| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.invokers | |
| org.testng.junit |
| Modifier and Type | Class and Description |
|---|---|
class |
TestRunner
This class takes care of running one Test.
|
| Modifier and Type | Method and Description |
|---|---|
ITestResultNotifier |
ITestInvoker.getNotifier() |
| Constructor and Description |
|---|
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners,
DataProviderHolder holder) |
TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker,
ITestNGMethod testMethod,
int parameterIndex,
Object[] parameterValues,
Object instance,
Map<String,String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
static IJUnitTestRunner |
IJUnitTestRunner.createTestRunner(ITestObjectFactory objectFactory,
ITestResultNotifier runner) |
default void |
IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier)
Deprecated.
|
| Constructor and Description |
|---|
JUnit4TestRunner(ITestObjectFactory objectFactory,
ITestResultNotifier tr) |
JUnitTestRunner(ITestObjectFactory objectFactory,
ITestResultNotifier tr) |
Copyright © 2025. All rights reserved.