Modifier and Type | Method and Description |
---|---|
private RunResult |
AbstractSurefireMojo.executeProvider(ProviderInfo provider,
DefaultScanResult scanResult) |
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
CommandReader.awaitStarted() |
RunResult |
ProviderFactory.ProviderProxy.invoke(java.lang.Object forkTestSet) |
static RunResult |
ProviderFactory.invokeProvider(java.lang.Object testSet,
java.lang.ClassLoader testsClassLoader,
java.lang.Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfig,
boolean restoreStreams) |
private RunResult |
ForkedBooter.invokeProviderInSameClassLoader(ForkingReporterFactory factory) |
private RunResult |
ForkedBooter.runSuitesInProcess() |
Modifier and Type | Method and Description |
---|---|
static void |
JUnit4RunListener.rethrowAnyTestMechanismFailures(org.junit.runner.Result run) |
Modifier and Type | Method and Description |
---|---|
private SurefireTestSet |
JUnit3Provider.createTestSet(java.lang.Class<?> clazz) |
void |
JUnitTestSet.execute(RunListener reporter,
java.lang.ClassLoader loader) |
void |
PojoTestSet.execute(RunListener reportManager,
java.lang.ClassLoader loader) |
void |
SurefireTestSet.execute(RunListener reportManager,
java.lang.ClassLoader loader) |
private void |
JUnit3Provider.executeTestSet(SurefireTestSet testSet,
RunListener reporter,
java.lang.ClassLoader classLoader,
java.util.Map<java.lang.String,java.lang.String> systemProperties) |
RunResult |
JUnit3Provider.invoke(java.lang.Object forkTestSet) |
Constructor and Description |
---|
JUnitTestSet(java.lang.Class testClass,
JUnit3Reflector reflector) |
PojoTestSet(java.lang.Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit4Provider.invoke(java.lang.Object forkTestSet) |
private void |
JUnit4Provider.setTestsToRun(java.lang.Object forkTestSet) |
private void |
JUnit4Provider.upgradeCheck() |
Modifier and Type | Method and Description |
---|---|
protected void |
JUnitCore.afterException(java.lang.Throwable e) |
protected void |
JUnitCoreWrapper.JUnitCore.afterException(java.lang.Throwable e) |
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleStream consoleStream) |
private void |
JUnitCoreWrapper.createRequestAndRun(org.junit.runner.manipulation.Filter filter,
org.junit.runner.Computer computer,
JUnitCoreWrapper.JUnitCore junitCore,
java.lang.Class<?>... classesToRun) |
private JUnit4RunListener |
JUnitCoreProvider.createRunListener(ReporterFactory reporterFactory,
ConsoleStream consoleStream) |
private void |
JUnitCoreWrapper.execute(TestsToRun testsToRun,
boolean useIterated,
java.util.Collection<org.junit.runner.notification.RunListener> listeners,
org.junit.runner.manipulation.Filter filter) |
(package private) void |
JUnitCoreWrapper.execute(TestsToRun testsToRun,
java.util.Collection<org.junit.runner.notification.RunListener> listeners,
org.junit.runner.manipulation.Filter filter) |
(package private) void |
JUnitCoreWrapper.execute(TestsToRun testsToRun,
org.junit.runner.manipulation.Filter filter) |
private void |
JUnitCoreWrapper.executeEager(TestsToRun testsToRun,
org.junit.runner.manipulation.Filter filter,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
private void |
JUnitCoreWrapper.executeLazy(TestsToRun testsToRun,
boolean useIterated,
org.junit.runner.manipulation.Filter filter,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
RunResult |
JUnitCoreProvider.invoke(java.lang.Object forkTestSet) |
(package private) org.junit.runner.Result |
JUnitCore.run(org.junit.runner.Runner runner) |
private void |
JUnitCoreProvider.setTestsToRun(java.lang.Object forkTestSet) |
Constructor and Description |
---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleStream consoleStream) |
ConcurrentRunListener(ReporterFactory reporterFactory,
ConsoleStream consoleStream,
boolean reportImmediately,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleStream consoleStream) |
NonConcurrentRunListener(RunListener reporter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ParallelComputer.describeElapsedTimeout() |
private void |
ParallelComputerBuilder.PC.determineThreadCounts(long suites,
long classes,
long methods) |
(package private) static Concurrency |
ParallelComputerUtil.resolveConcurrency(JUnitCoreParameters params,
RunnerCounter counts) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnitPlatformProvider.invoke(java.lang.Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(java.lang.Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
private static org.testng.xml.XmlMethodSelector |
TestNGExecutor.createGroupMatchingSelector(java.util.Map<java.lang.String,java.lang.String> options) |
private static org.testng.xml.XmlMethodSelector |
TestNGExecutor.createMethodNameFilteringSelector(TestListResolver methodFilter) |
(package private) void |
TestNGXmlTestSuite.execute(RunListener reporter) |
(package private) void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
RunListener reporterManager) |
private void |
TestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun,
RunListener reporterManager) |
private void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
RunListener reporterManager) |
private void |
TestNGDirectoryTestSuite.executeSingleClass(RunListener reporter,
java.lang.Class<?> testClass) |
private static int |
TestNGExecutor.extractVerboseLevel(java.util.Map<java.lang.String,java.lang.String> options) |
RunResult |
TestNGProvider.invoke(java.lang.Object forkTestSet) |
(package private) java.lang.Iterable |
TestNGXmlTestSuite.locateTestSets() |
(package private) static void |
TestNGExecutor.run(java.lang.Iterable<java.lang.Class<?>> testClasses,
java.lang.String testSourceDirectory,
java.util.Map<java.lang.String,java.lang.String> options,
RunListener reportManager,
java.io.File reportsDirectory,
TestListResolver methodFilter,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount) |
(package private) static void |
TestNGExecutor.run(java.util.List<java.lang.String> suiteFiles,
java.lang.String testSourceDirectory,
java.util.Map<java.lang.String,java.lang.String> options,
RunListener reportManager,
java.io.File reportsDirectory,
int skipAfterFailureCount) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectConfigurator.configure(org.testng.TestNG testng,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
Configurator.configure(org.testng.TestNG testng,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
TestNGMapConfigurator.configure(org.testng.TestNG testng,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
AbstractDirectConfigurator.configure(org.testng.xml.XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
Configurator.configure(org.testng.xml.XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
TestNG510Configurator.configure(org.testng.xml.XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> options) |
void |
TestNGMapConfigurator.configure(org.testng.xml.XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> options) |
protected java.lang.Object |
TestNG513Configurator.convertListeners(java.lang.String listenerClasses) |
protected java.lang.Object |
TestNG5141Configurator.convertListeners(java.lang.String listenerClasses) |
protected java.lang.Object |
TestNG5143Configurator.convertListeners(java.lang.String listenerClasses) |
protected java.lang.Object |
TestNGMapConfigurator.convertListeners(java.lang.String listenerClasses) |
(package private) java.util.Map<java.lang.String,java.lang.Object> |
TestNG5143Configurator.getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options) |
(package private) java.util.Map<java.lang.String,java.lang.Object> |
TestNG60Configurator.getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options) |
(package private) java.util.Map<java.lang.String,java.lang.Object> |
TestNGMapConfigurator.getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options) |
(package private) static java.lang.Class<?> |
AbstractDirectConfigurator.loadClass(java.lang.String className) |
(package private) static java.util.List<java.lang.Class> |
AbstractDirectConfigurator.loadListenerClasses(java.lang.String listenerClasses) |
Modifier and Type | Method and Description |
---|---|
static TestsToRun |
TestsToRun.fromClass(java.lang.Class<?> clazz) |