Modifier and Type | Method and Description |
---|---|
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
static RunResult |
ProviderFactory.invokeProvider(Object testSet,
ClassLoader testsClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
static RunResult |
ForkedBooter.invokeProviderInSameClassLoader(Object testSet,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
Modifier and Type | Method and Description |
---|---|
static void |
JUnit4RunListener.rethrowAnyTestMechanismFailures(org.junit.runner.Result run) |
Modifier and Type | Method and Description |
---|---|
void |
PojoTestSet.execute(RunListener reportManager,
ClassLoader loader) |
void |
SurefireTestSet.execute(RunListener reportManager,
ClassLoader loader) |
void |
JUnitTestSet.execute(RunListener reporter,
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 reporterManagerFactory,
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 |
---|---|
RunResult |
SurefireProvider.invoke(Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
void |
TestNGXmlTestSuite.execute(ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGXmlTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Map |
TestNGDirectoryTestSuite.locateTestSets(ClassLoader classLoader) |
Map |
TestNgTestSuite.locateTestSets(ClassLoader classLoader) |
Map |
TestNGXmlTestSuite.locateTestSets(ClassLoader classLoader) |
static void |
TestNGExecutor.run(Class[] testClasses,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
TestNGExecutor.run(List<String> suiteFiles,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.configure(org.testng.TestNG testng,
Map options) |
void |
TestNGMapConfigurator.configure(org.testng.TestNG testng,
Map options) |
void |
AbstractDirectConfigurator.configure(org.testng.TestNG testng,
Map options) |
static Class |
AbstractDirectConfigurator.loadClass(String className) |
static List |
AbstractDirectConfigurator.loadListenerClasses(String listenerClasses) |
Modifier and Type | Method and Description |
---|---|
static TestsToRun |
TestsToRun.fromClass(Class clazz) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.