Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.junit |
Modifier and Type | Class and Description |
---|---|
class |
TestRunner
This class takes care of running one Test.
|
Constructor and Description |
---|
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners,
Collection<IDataProviderListener> dataProviderListeners) |
TestMethodWithDataProviderMethodWorker(Invoker invoker,
ITestNGMethod testMethod,
int parameterIndex,
Object[] parameterValues,
Object instance,
XmlSuite suite,
Map<String,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 and Description |
---|---|
void |
JUnit4TestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
void |
JUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
void |
IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
Constructor and Description |
---|
JUnit4TestRunner(ITestResultNotifier tr) |
JUnitTestRunner(ITestResultNotifier tr) |
Copyright © 2018. All rights reserved.