Uses of Interface
org.testng.internal.ITestResultNotifier

Packages that use ITestResultNotifier
org.testng   
org.testng.internal   
org.testng.junit   
 

Uses of ITestResultNotifier in org.testng
 

Classes in org.testng that implement ITestResultNotifier
 class TestRunner
          This class takes care of running one Test.
 

Uses of ITestResultNotifier in org.testng.internal
 

Constructors in org.testng.internal with parameters of type ITestResultNotifier
Invoker(ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts)
           
 

Uses of ITestResultNotifier in org.testng.junit
 

Methods in org.testng.junit with parameters of type ITestResultNotifier
 void IJUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier)
           
 void JUnitTestRunner.setTestResultNotifier(ITestResultNotifier notifier)
           
 

Constructors in org.testng.junit with parameters of type ITestResultNotifier
JUnitTestRunner(ITestResultNotifier tr)
           
 



Copyright © 2010. All Rights Reserved.