Uses of Interface
org.testng.internal.ITestResultNotifier
-
Packages that use ITestResultNotifier Package Description org.testng org.testng.internal.invokers -
-
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
Methods in org.testng.internal.invokers that return ITestResultNotifier Modifier and Type Method Description ITestResultNotifier
ITestInvoker. getNotifier()
Constructors in org.testng.internal.invokers with parameters of type ITestResultNotifier Constructor Description 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, ISuiteRunnerListener 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)
-