Uses of Interface
org.testng.internal.ITestResultNotifier
Packages that use ITestResultNotifier
-
Uses of ITestResultNotifier in org.testng
Classes in org.testng that implement ITestResultNotifier -
Uses of ITestResultNotifier in org.testng.internal
Fields in org.testng.internal declared as ITestResultNotifierModifier and TypeFieldDescriptionprotected final ITestResultNotifier
BaseInvoker.m_notifier
private final ITestResultNotifier
TestMethodWithDataProviderMethodWorker.m_notifier
Methods in org.testng.internal that return ITestResultNotifierConstructors in org.testng.internal with parameters of type ITestResultNotifierModifierConstructorDescriptionBaseInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) ConfigInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) Invoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) TestInvoker
(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker) 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) -
Uses of ITestResultNotifier in org.testng.junit
Fields in org.testng.junit declared as ITestResultNotifierModifier and TypeFieldDescriptionprivate ITestResultNotifier
JUnit4TestRunner.m_parentRunner
private ITestResultNotifier
JUnitTestRunner.m_parentRunner
Methods in org.testng.junit with parameters of type ITestResultNotifierModifier and TypeMethodDescriptionvoid
IJUnitTestRunner.setTestResultNotifier
(ITestResultNotifier notifier) void
JUnit4TestRunner.setTestResultNotifier
(ITestResultNotifier notifier) void
JUnitTestRunner.setTestResultNotifier
(ITestResultNotifier notifier) Constructors in org.testng.junit with parameters of type ITestResultNotifierModifierConstructorDescription