Uses of Interface
org.testng.internal.ITestResultNotifier
-
Packages that use ITestResultNotifier Package Description org.testng org.testng.internal.invokers org.testng.junit -
-
Uses of ITestResultNotifier in org.testng
Classes in org.testng that implement ITestResultNotifier Modifier and Type Class Description class
TestRunner
This class takes care of running one Test. -
Uses of ITestResultNotifier in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as ITestResultNotifier Modifier and Type Field Description protected ITestResultNotifier
BaseInvoker. m_notifier
private ITestResultNotifier
TestMethodWithDataProviderMethodWorker. m_notifier
Methods in org.testng.internal.invokers that return ITestResultNotifier Modifier and Type Method Description ITestResultNotifier
ITestInvoker. getNotifier()
ITestResultNotifier
TestInvoker. getNotifier()
Constructors in org.testng.internal.invokers with parameters of type ITestResultNotifier Constructor Description BaseInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration, SuiteRunner suiteRunner)
ConfigInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner)
Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner)
TestInvoker(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, java.util.List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker, SuiteRunner suiteRunner)
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)
-
Uses of ITestResultNotifier in org.testng.junit
Fields in org.testng.junit declared as ITestResultNotifier Modifier and Type Field Description private ITestResultNotifier
JUnit4TestRunner. m_parentRunner
Deprecated.private ITestResultNotifier
JUnitTestRunner. m_parentRunner
Deprecated.Methods in org.testng.junit with parameters of type ITestResultNotifier Modifier and Type Method Description static IJUnitTestRunner
IJUnitTestRunner. createTestRunner(ITestObjectFactory objectFactory, ITestResultNotifier runner)
Deprecated.default void
IJUnitTestRunner. setTestResultNotifier(ITestResultNotifier notifier)
Deprecated.Constructors in org.testng.junit with parameters of type ITestResultNotifier Constructor Description JUnit4TestRunner(ITestObjectFactory objectFactory, ITestResultNotifier tr)
Deprecated.JUnitTestRunner(ITestObjectFactory objectFactory, ITestResultNotifier tr)
Deprecated.
-