public class ClasspathConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHILD_DELEGATION |
static String |
CLASSPATH |
static String |
ENABLE_ASSERTIONS |
static String |
SUREFIRE_CLASSPATH |
Constructor and Description |
---|
ClasspathConfiguration(boolean enableAssertions,
boolean childDelegation) |
ClasspathConfiguration(Classpath testClasspath,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
createMergedClassLoader() |
Classpath |
getProviderClasspath() |
Classpath |
getTestClasspath() |
boolean |
isChildDelegation() |
boolean |
isEnableAssertions() |
void |
trickClassPathWhenManifestOnlyClasspath() |
public static final String CHILD_DELEGATION
public static final String ENABLE_ASSERTIONS
public static final String CLASSPATH
public static final String SUREFIRE_CLASSPATH
public ClasspathConfiguration(boolean enableAssertions, boolean childDelegation)
public ClassLoader createMergedClassLoader() throws SurefireExecutionException
SurefireExecutionException
public Classpath getProviderClasspath()
public Classpath getTestClasspath()
public void trickClassPathWhenManifestOnlyClasspath() throws SurefireExecutionException
SurefireExecutionException
public boolean isEnableAssertions()
public boolean isChildDelegation()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.