Uses of Interface
org.testng.ITestContext

Packages that use ITestContext
org.testng   
org.testng.remote.strprotocol   
org.testng.reporters   
 

Uses of ITestContext in org.testng
 

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

Methods in org.testng that return ITestContext
 ITestContext ISuiteResult.getTestContext()
           
 

Methods in org.testng that return types with arguments of type ITestContext
 List<ITestContext> TestListenerAdapter.getTestContexts()
           
 

Methods in org.testng with parameters of type ITestContext
 void IInvokedMethodListener2.afterInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
          To be implemented if the method needs a handle to contextual information.
 void IInvokedMethodListener2.beforeInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
          To be implemented if the method needs a handle to contextual information.
 com.google.inject.Module IModuleFactory.createModule(ITestContext context, Class<?> testClass)
           
 List<IMethodInstance> IMethodInterceptor.intercept(List<IMethodInstance> methods, ITestContext context)
           
 void ITestListener.onFinish(ITestContext context)
          Invoked after all the tests have run and all their Configuration methods have been called.
 void TestListenerAdapter.onFinish(ITestContext testContext)
           
 void TestNG.ExitCodeListener.onFinish(ITestContext context)
           
 void ITestListener.onStart(ITestContext context)
          Invoked after the test class is instantiated and before any configuration method is called.
 void TestListenerAdapter.onStart(ITestContext testContext)
           
 void TestNG.ExitCodeListener.onStart(ITestContext context)
           
 

Uses of ITestContext in org.testng.remote.strprotocol
 

Methods in org.testng.remote.strprotocol with parameters of type ITestContext
 void RemoteTestListener.onFinish(ITestContext testCtx)
           
 void RemoteTestListener.onStart(ITestContext testCtx)
           
 

Constructors in org.testng.remote.strprotocol with parameters of type ITestContext
TestMessage(ITestContext testContext, boolean isTestStart)
           
TestResultMessage(ITestContext testCtx, ITestResult result)
           
 

Uses of ITestContext in org.testng.reporters
 

Methods in org.testng.reporters with parameters of type ITestContext
static void TestHTMLReporter.generateLog(ITestContext testContext, String host, String outputDirectory, Collection<ITestResult> failedConfs, Collection<ITestResult> skippedConfs, Collection<ITestResult> passedTests, Collection<ITestResult> failedTests, Collection<ITestResult> skippedTests, Collection<ITestResult> percentageTests)
           
protected  void JUnitXMLReporter.generateReport(ITestContext context)
          generate the XML report given what we know from all the test results
 void TextReporter.onFinish(ITestContext context)
           
 void JUnitXMLReporter.onFinish(ITestContext context)
          Invoked after all the tests have run and all their Configuration methods have been called.
 void TestHTMLReporter.onFinish(ITestContext context)
           
 void FailedReporter.onFinish(ITestContext context)
          Deprecated. this class is used now as IReporter
 void JUnitXMLReporter.onStart(ITestContext context)
          Invoked after the test class is instantiated and before any configuration method is called.
 void TestHTMLReporter.onStart(ITestContext context)
           
 



Copyright © 2013. All Rights Reserved.