Uses of Interface
org.testng.internal.ITestResultNotifier
-
Packages that use ITestResultNotifier Package Description org.testng org.testng.internal org.testng.junit -
-
Uses of ITestResultNotifier in org.testng
Classes in org.testng that implement ITestResultNotifier Modifier and Type Class Description classTestRunnerThis class takes care of running one Test. -
Uses of ITestResultNotifier in org.testng.internal
Fields in org.testng.internal declared as ITestResultNotifier Modifier and Type Field Description private ITestResultNotifierInvoker. m_notifierprivate ITestResultNotifierTestMethodWithDataProviderMethodWorker. m_notifierConstructors in org.testng.internal 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, java.util.Collection<IDataProviderListener> dataProviderListeners)TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, 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 ITestResultNotifierJUnit4TestRunner. m_parentRunnerprivate ITestResultNotifierJUnitTestRunner. m_parentRunnerMethods in org.testng.junit with parameters of type ITestResultNotifier Modifier and Type Method Description voidIJUnitTestRunner. setTestResultNotifier(ITestResultNotifier notifier)voidJUnit4TestRunner. setTestResultNotifier(ITestResultNotifier notifier)voidJUnitTestRunner. setTestResultNotifier(ITestResultNotifier notifier)Constructors in org.testng.junit with parameters of type ITestResultNotifier Constructor Description JUnit4TestRunner(ITestResultNotifier tr)JUnitTestRunner(ITestResultNotifier tr)
-