Modifier and Type | Method and Description |
---|---|
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 ConcurrentReporterManager |
ConcurrentReporterManager.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) |
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 |
TestNGXmlTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Map |
TestNGDirectoryTestSuite.locateTestSets(ClassLoader classLoader) |
Map |
TestNGXmlTestSuite.locateTestSets(ClassLoader classLoader) |
Map |
TestNgTestSuite.locateTestSets(ClassLoader classLoader) |
static void |
TestNGExecutor.run(Class[] testClasses,
String testSourceDirectory,
Map options,
org.apache.maven.artifact.versioning.ArtifactVersion version,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
TestNGExecutor.run(List suiteFiles,
String testSourceDirectory,
Map options,
org.apache.maven.artifact.versioning.ArtifactVersion version,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectConfigurator.configure(org.testng.TestNG testng,
Map options) |
void |
TestNGMapConfigurator.configure(org.testng.TestNG testng,
Map options) |
void |
Configurator.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-2012 Apache Software Foundation. All Rights Reserved.