@PrepareForTest(value={org.apache.maven.plugin.surefire.booterclient.DefaultForkConfiguration.class,org.apache.maven.plugin.surefire.util.Relocator.class})
public class DefaultForkConfigurationTest
extends Object
DefaultForkConfiguration.| Constructor and Description |
|---|
DefaultForkConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
shouldBeEmptyArgLine() |
void |
shouldBeEmptyArgLineInsteadOfNewLines() |
void |
shouldBeNullArgLine() |
void |
shouldBeWhitespaceInsteadOfNewLines() |
void |
shouldBeWithEscaping() |
void |
shouldBeWithoutEscaping() |
void |
shouldEscapeForkNumber() |
void |
shouldEscapeThreadNumber() |
void |
shouldNotRelocateBooterClass() |
void |
shouldRelocateBooterClassWhenShadefire() |
public void setup()
public void shouldBeEmptyArgLineInsteadOfNewLines()
throws Exception
Exceptionpublic void shouldBeWhitespaceInsteadOfNewLines()
throws Exception
Exceptionpublic void shouldRelocateBooterClassWhenShadefire()
throws Exception
ExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.