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
Methods in org.testng.internal that return ITestResultNotifierConstructors in org.testng.internal with parameters of type ITestResultNotifierModifierConstructorDescriptionInvoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) 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
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