public class ForkConfigurationTest extends Object
Constructor and Description |
---|
ForkConfigurationTest() |
Modifier and Type | Method and Description |
---|---|
static ForkConfiguration |
getForkConfiguration(File javaExec) |
static ForkConfiguration |
getForkConfiguration(String argLine) |
static ForkConfiguration |
getForkConfiguration(String argLine,
File cwd) |
void |
testArglineWithNewline() |
void |
testCreateCommandLine_UseSystemClassLoaderForkOnce_ShouldConstructManifestOnlyJar() |
void |
testCurrentWorkingDirectoryPropagationIncludingForkNumberExpansion() |
void |
testExceptionWhenCurrentDirectoryCannotBeCreated() |
void |
testExceptionWhenCurrentDirectoryIsNotRealDirectory() |
public void testCreateCommandLine_UseSystemClassLoaderForkOnce_ShouldConstructManifestOnlyJar() throws IOException, SurefireBooterForkException
public void testArglineWithNewline() throws IOException, SurefireBooterForkException
public void testCurrentWorkingDirectoryPropagationIncludingForkNumberExpansion() throws IOException, SurefireBooterForkException
public void testExceptionWhenCurrentDirectoryIsNotRealDirectory() throws IOException, SurefireBooterForkException
public void testExceptionWhenCurrentDirectoryCannotBeCreated() throws IOException, SurefireBooterForkException
public static ForkConfiguration getForkConfiguration(File javaExec) throws IOException
IOException
public static ForkConfiguration getForkConfiguration(String argLine) throws IOException
IOException
public static ForkConfiguration getForkConfiguration(String argLine, File cwd) throws IOException
IOException
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.