public abstract class AbstractPathConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD_DELEGATION |
static String |
CLASSPATH |
static String |
ENABLE_ASSERTIONS |
static String |
SUREFIRE_CLASSPATH |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPathConfiguration(Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
createMergedClassLoader() |
protected abstract Classpath |
getInprocClasspath() |
Classpath |
getProviderClasspath() |
abstract Classpath |
getTestClasspath() |
boolean |
isChildDelegation()
Deprecated.
|
abstract boolean |
isClassPathConfig()
Must be exclusive with
isModularPathConfig(). |
boolean |
isEnableAssertions() |
abstract boolean |
isModularPathConfig()
Must be exclusive with
isClassPathConfig(). |
<T extends AbstractPathConfiguration> |
toRealPath(Class<T> type) |
public static final String CHILD_DELEGATION
public static final String ENABLE_ASSERTIONS
public static final String CLASSPATH
public static final String SUREFIRE_CLASSPATH
public abstract Classpath getTestClasspath()
public abstract boolean isModularPathConfig()
isClassPathConfig().true if this is ModularClasspathConfiguration.public abstract boolean isClassPathConfig()
isModularPathConfig().true if this is ClasspathConfiguration.protected abstract Classpath getInprocClasspath()
public <T extends AbstractPathConfiguration> T toRealPath(Class<T> type)
public ClassLoader createMergedClassLoader() throws SurefireExecutionException
SurefireExecutionExceptionpublic Classpath getProviderClasspath()
public boolean isEnableAssertions()
@Deprecated public boolean isChildDelegation()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.