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 ITestResultNotifierBaseInvoker.m_notifierprivate final ITestResultNotifierTestMethodWithDataProviderMethodWorker.m_notifierMethods 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 ITestResultNotifierJUnit4TestRunner.m_parentRunnerprivate ITestResultNotifierJUnitTestRunner.m_parentRunnerMethods in org.testng.junit with parameters of type ITestResultNotifierModifier and TypeMethodDescriptionvoidIJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) voidJUnit4TestRunner.setTestResultNotifier(ITestResultNotifier notifier) voidJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier) Constructors in org.testng.junit with parameters of type ITestResultNotifierModifierConstructorDescription