Uses of Interface
org.testng.ITestContext

Packages that use ITestContext
org.testng   
org.testng.internal   
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()
           
 ITestContext SuiteResult.getTestContext()
           
 

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

Methods in org.testng with parameters of type ITestContext
 java.util.List<IMethodInstance> IMethodInterceptor.intercept(java.util.List<IMethodInstance> methods, ITestContext context)
           
 void TestNG.ExitCodeListener.onFinish(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.onStart(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)
           
 

Constructors in org.testng with parameters of type ITestContext
SuiteResult(java.lang.String propertyFileName, ITestContext tr)
           
SuiteResult(XmlSuite suite, ITestContext tr)
           
 

Uses of ITestContext in org.testng.internal
 

Methods in org.testng.internal with parameters of type ITestContext
static java.lang.Object[] Parameters.createConfigurationParameters(java.lang.reflect.Method m, java.util.Map<java.lang.String,java.lang.String> params, ITestNGMethod currentTestMethod, IAnnotationFinder finder, XmlSuite xmlSuite, ITestContext ctx)
          Creates the parameters needed for the specified @Configuration Method.
static java.util.Iterator<java.lang.Object[]> MethodHelper.invokeDataProvider(java.lang.Object instance, java.lang.reflect.Method dataProvider, ITestNGMethod method, ITestContext testContext, java.lang.Object fedInstance, IAnnotationFinder annotationFinder)
           
 java.util.List<ITestResult> IInvoker.invokeTestMethods(ITestNGMethod testMethod, ITestNGMethod[] allTestMethods, int methodIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, java.lang.Object[] instances, ITestContext testContext)
          Invoke the given method
 java.util.List<ITestResult> Invoker.invokeTestMethods(ITestNGMethod testMethod, ITestNGMethod[] allTestMethods, int testMethodIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, java.lang.Object[] instances, ITestContext testContext)
          Invoke all the test methods.
protected  void TestMethodWorker.invokeTestMethods(ITestNGMethod tm, java.lang.Object[] instances, ITestContext testContext)
           
 

Constructors in org.testng.internal with parameters of type ITestContext
FactoryMethod(java.lang.reflect.Method method, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext)
           
Invoker(ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts)
           
Parameters.MethodParameters(java.util.Map<java.lang.String,java.lang.String> params, java.lang.reflect.Method m, ITestContext ctx)
           
TestMethodWorker(IInvoker invoker, IMethodInstance[] testMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestNGMethod[] allTestMethods, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext)
           
TestNGClassFinder(java.lang.Class[] classes, java.util.Map<java.lang.Class,java.util.List<java.lang.Object>> instanceMap, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext)
           
 

Uses of ITestContext in org.testng.remote.strprotocol
 

Methods in org.testng.remote.strprotocol with parameters of type ITestContext
 void RemoteMessageSenderTestListener.onFinish(ITestContext testCtx)
           
 void RemoteMessageSenderTestListener.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, java.lang.String host, java.lang.String outputDirectory, java.util.Collection<ITestResult> failedConfs, java.util.Collection<ITestResult> skippedConfs, java.util.Collection<ITestResult> passedTests, java.util.Collection<ITestResult> failedTests, java.util.Collection<ITestResult> skippedTests, java.util.Collection<ITestResult> percentageTests)
           
 void JUnitXMLReporter2.onFinish(ITestContext context)
          Invoked after all the tests have run and all their Configuration methods have been called.
 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 TextReporter.onFinish(ITestContext context)
           
 void TestHTMLReporter.onFinish(ITestContext context)
           
 void JUnitXMLReporter2.onStart(ITestContext context)
          Invoked after the test class is instantiated and before any configuration method is called.
 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 © 2010. All Rights Reserved.