Modifier and Type | Method and Description |
---|---|
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
CommandReader.awaitStarted() |
static RunResult |
ProviderFactory.invokeProvider(Object testSet,
ClassLoader testsClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfig,
boolean restoreStreams) |
Modifier and Type | Method and Description |
---|---|
static Map<Class<?>,Set<String>> |
JUnit4ProviderUtil.generateFailingTests(List<org.junit.runner.notification.Failure> allFailures,
ClassLoader testClassLoader)
Organize all the failures in previous run into a map between test classes and corresponding failing test methods
|
static void |
JUnit4RunListener.rethrowAnyTestMechanismFailures(org.junit.runner.Result run) |
Modifier and Type | Method and Description |
---|---|
void |
JUnitTestSet.execute(RunListener reporter,
ClassLoader loader) |
void |
SurefireTestSet.execute(RunListener reportManager,
ClassLoader loader) |
void |
PojoTestSet.execute(RunListener reportManager,
ClassLoader loader) |
RunResult |
JUnit3Provider.invoke(Object forkTestSet) |
Constructor and Description |
---|
JUnitTestSet(Class testClass,
JUnit3Reflector reflector) |
PojoTestSet(Class testClass) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit4Provider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleLogger consoleLogger) |
RunResult |
JUnitCoreProvider.invoke(Object forkTestSet) |
Constructor and Description |
---|
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleLogger consoleLogger) |
NonConcurrentRunListener(RunListener reporter) |
Modifier and Type | Method and Description |
---|---|
String |
ParallelComputer.describeElapsedTimeout() |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
void |
TestNGMapConfigurator.configure(org.testng.TestNG testng,
Map<String,String> options) |
void |
Configurator.configure(org.testng.TestNG testng,
Map<String,String> options) |
void |
AbstractDirectConfigurator.configure(org.testng.TestNG testng,
Map<String,String> options) |
void |
TestNG510Configurator.configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
void |
TestNGMapConfigurator.configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
void |
Configurator.configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
void |
AbstractDirectConfigurator.configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
protected Object |
TestNGMapConfigurator.convertListeners(String listenerClasses) |
protected Object |
TestNG513Configurator.convertListeners(String listenerClasses) |
protected Object |
TestNG5143Configurator.convertListeners(String listenerClasses) |
protected Object |
TestNG5141Configurator.convertListeners(String listenerClasses) |
Modifier and Type | Method and Description |
---|---|
static TestsToRun |
TestsToRun.fromClass(Class<?> clazz) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.