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.
|
Modifier and Type | Field and Description |
---|---|
protected ITestResultNotifier |
BaseInvoker.m_notifier |
private ITestResultNotifier |
TestMethodWithDataProviderMethodWorker.m_notifier |
Modifier and Type | Method and Description |
---|---|
ITestResultNotifier |
ITestInvoker.getNotifier() |
ITestResultNotifier |
TestInvoker.getNotifier() |
Constructor and Description |
---|
BaseInvoker(ITestResultNotifier notifier,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
ITestContext testContext,
SuiteRunState suiteState,
IConfiguration configuration) |
ConfigInvoker(ITestResultNotifier notifier,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
ITestContext testContext,
SuiteRunState suiteState,
IConfiguration configuration) |
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) |
TestInvoker(ITestResultNotifier m_notifier,
ITestContext m_testContext,
SuiteRunState m_suiteState,
IConfiguration m_configuration,
java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners,
java.util.Collection<IDataProviderListener> m_dataproviderListeners,
java.util.List<IClassListener> m_classListeners,
boolean m_skipFailedInvocationCounts,
ConfigInvoker invoker) |
TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker,
ITestNGMethod testMethod,
int parameterIndex,
java.lang.Object[] parameterValues,
java.lang.Object instance,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
Modifier and Type | Field and Description |
---|---|
private ITestResultNotifier |
JUnitTestRunner.m_parentRunner |
private ITestResultNotifier |
JUnit4TestRunner.m_parentRunner |
Modifier and Type | Method and Description |
---|---|
void |
IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
void |
JUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
void |
JUnit4TestRunner.setTestResultNotifier(ITestResultNotifier notifier) |
Constructor and Description |
---|
JUnit4TestRunner(ITestResultNotifier tr) |
JUnitTestRunner(ITestResultNotifier tr) |