| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.junit |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TestRunner |
This class takes care of running one Test.
|
| Constructor | Description |
|---|---|
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners,
java.util.Collection<IDataProviderListener> dataProviderListeners) |
|
TestMethodWithDataProviderMethodWorker(Invoker invoker,
ITestNGMethod testMethod,
int parameterIndex,
java.lang.Object[] parameterValues,
java.lang.Object instance,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ExpectedExceptionsHolder expectedExceptionHolder,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
|
void |
JUnit4TestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
|
void |
JUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
| Constructor | Description |
|---|---|
JUnit4TestRunner(ITestResultNotifier tr) |
|
JUnitTestRunner(ITestResultNotifier tr) |