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
SurefireExecutionExceptionpublic Classpath getProviderClasspath()
public Classpath getTestClasspath()
public void trickClassPathWhenManifestOnlyClasspath()
                                             throws SurefireExecutionException
SurefireExecutionExceptionpublic boolean isEnableAssertions()
public boolean isChildDelegation()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.