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 ITestResult.getTestContext()
           
 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 TestNG.ExitCodeListener.onFinish(ITestContext context)
           
 void TestListenerAdapter.onFinish(ITestContext testContext)
           
 void ITestListener.onFinish(ITestContext context)
          Invoked after all the tests have run and all their Configuration methods have been called.
 void TestNG.ExitCodeListener.onStart(ITestContext context)
           
 void TestListenerAdapter.onStart(ITestContext testContext)
           
 void ITestListener.onStart(ITestContext context)
          Invoked after the test class is instantiated and before any configuration method is called.
 

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 VerboseReporter.onFinish(ITestContext context)
           
 void TextReporter.onFinish(ITestContext context)
           
 void TestHTMLReporter.onFinish(ITestContext context)
           
 void JUnitXMLReporter.onFinish(ITestContext context)
          Invoked after all the tests have run and all their Configuration methods have been called.
 void FailedReporter.onFinish(ITestContext context)
          Deprecated. this class is used now as IReporter
 void VerboseReporter.onStart(ITestContext ctx)
           
 void TestHTMLReporter.onStart(ITestContext context)
           
 void JUnitXMLReporter.onStart(ITestContext context)
          Invoked after the test class is instantiated and before any configuration method is called.
 

Constructors in org.testng.reporters with parameters of type ITestContext
EmailableReporter2.TestResult(ITestContext context)
           
 



Copyright © 2015. All Rights Reserved.