Uses of Package
org.testng

Packages that use org.testng
com.beust.testng   
org.testng   
org.testng.annotations   
org.testng.internal   
org.testng.junit   
org.testng.remote   
org.testng.remote.adapter   
org.testng.remote.strprotocol   
org.testng.reporters   
org.testng.reporters.jq   
org.testng.reporters.util   
org.testng.util   
org.testng.xml   
 

Classes in org.testng used by com.beust.testng
TestNG
          This class is the main entry point for running tests in the TestNG framework.
TestNGAntTask
          TestNG settings: classfileset (inner) classfilesetref (attribute) xmlfileset (inner) xmlfilesetref (attribute) enableAssert (attribute) excludedGroups (attribute) groups (attribute) junit (attribute) listener (attribute) outputdir (attribute) parallel (attribute) reporter (attribute) sourcedir (attribute) sourcedirref (attribute) suitename (attribute) suiterunnerclass (attribute) target (attribute) testjar (attribute) testname (attribute) threadcount (attribute) dataproviderthreadcount (attribute) verbose (attribute) testrunfactory (attribute) configFailurepolicy (attribute) randomizeSuites (attribute) methodselectors (attribute) Ant settings: classpath (inner) classpathref (attribute) jvm (attribute) workingDir (attribute) env (inner) sysproperty (inner) propertyset (inner) jvmarg (inner) timeout (attribute) haltonfailure (attribute) onHaltTarget (attribute) failureProperty (attribute) haltonFSP (attribute) FSPproperty (attribute) haltonskipped (attribute) skippedProperty (attribute) testRunnerFactory (attribute) Debug information: dumpCommand (boolean) dumpEnv (boolean) dumpSys (boolean)
 

Classes in org.testng used by org.testng
CommandLineArgs
           
IAnnotationTransformer
           
IAttributes
          A trait that is used by all interfaces that lets the user add or remove their own attributes.
IClass
          IClass represents a test class and a collection of its instances.
IConfigurationListener
          Listener interface for events related to configuration methods.
IConfigurationListener2
           
IConfigureCallBack
          A parameter of this type will be passed to the run() method of a IConfigurable.
IExecutionListener
          A listener used to monitor when a TestNG run starts and ends.
IHookCallBack
          A parameter of this type will be passed to the run() method of a IHookable.
IInvokedMethod
          An interface representing a method that has been invoked by TestNG.
IInvokedMethodListener
          A listener that gets invoked before and after a method is invoked by TestNG.
IMethodInstance
          This interface captures a test method along with all the instances it should be run on.
IMethodInterceptor
          This class is used to alter the list of test methods that TestNG is about to run.
IMethodSelectorContext
          An implementation of this interface is passed to all the Method Selectors when their includeMethod() is invoked.
IObjectFactory
          Factory used to create all test instances.
IObjectFactory2
          Factory used to create all test instances.
IReporter
          This interface can be implemented by clients to generate a report.
IResultMap
           
IRetryAnalyzer
          Interface to implement to be able to have a chance to retry a failed test.
ISuite
          Interface defining a Test Suite.
ISuiteListener
          Listener for test suites.
ISuiteResult
          This class represents the result of a suite run.
ITestClass
          This class represents a test class: The test methods The configuration methods (test and method) The class file Note that the methods returned by instances of this class are expected to be correct at runtime.
ITestContext
          This class defines a test context which contains all the information for a given test run.
ITestListener
          A listener for test running.
ITestNGListener
          This is a marker interface for all objects that can be passed as a -listener argument.
ITestNGMethod
          Describes a TestNG annotated method and the instance on which it will be invoked.
ITestObjectFactory
          Parent interface of all the object factories.
ITestResult
          This class describes the result of a test.
ITestRunnerFactory
          A factory for TestRunners to be used by SuiteRunners.
ReporterConfig
          Stores the information regarding the configuration of a pluggable report listener.
ReporterConfig.Property
           
SkipException
          The root exception for special skip handling.
SuiteRunState
          A state object that records the status of the suite run.
TestNG
          This class is the main entry point for running tests in the TestNG framework.
TestNGAntTask.Mode
           
TestNGException
          The base class for all exceptions thrown by TestNG.
TestRunner
          This class takes care of running one Test.
 

Classes in org.testng used by org.testng.annotations
IRetryAnalyzer
          Interface to implement to be able to have a chance to retry a failed test.
 

Classes in org.testng used by org.testng.internal
ITestNGMethod
          Describes a TestNG annotated method and the instance on which it will be invoked.
 

Classes in org.testng used by org.testng.junit
IClass
          IClass represents a test class and a collection of its instances.
IInvokedMethodListener
          A listener that gets invoked before and after a method is invoked by TestNG.
ITestClass
          This class represents a test class: The test methods The configuration methods (test and method) The class file Note that the methods returned by instances of this class are expected to be correct at runtime.
ITestMethodFinder
          This interface allows to modify the strategy used by TestRunner to find its test methods.
ITestNGMethod
          Describes a TestNG annotated method and the instance on which it will be invoked.
 

Classes in org.testng used by org.testng.remote
ISuite
          Interface defining a Test Suite.
ITestListener
          A listener for test running.
ITestRunnerFactory
          A factory for TestRunners to be used by SuiteRunners.
SuiteRunner
          SuiteRunner is responsible for running all the tests included in one suite.
TestNG
          This class is the main entry point for running tests in the TestNG framework.
TestNGException
          The base class for all exceptions thrown by TestNG.
 

Classes in org.testng used by org.testng.remote.adapter
ISuite
          Interface defining a Test Suite.
SuiteRunner
          SuiteRunner is responsible for running all the tests included in one suite.
 

Classes in org.testng used by org.testng.remote.strprotocol
IConfigurationListener
          Listener interface for events related to configuration methods.
IConfigurationListener2
           
ISuite
          Interface defining a Test Suite.
ITestContext
          This class defines a test context which contains all the information for a given test run.
ITestListener
          A listener for test running.
ITestNGListener
          This is a marker interface for all objects that can be passed as a -listener argument.
ITestResult
          This class describes the result of a test.
 

Classes in org.testng used by org.testng.reporters
IConfigurationListener
          Listener interface for events related to configuration methods.
IConfigurationListener2
           
IReporter
          This interface can be implemented by clients to generate a report.
ISuite
          Interface defining a Test Suite.
ISuiteResult
          This class represents the result of a suite run.
ITestContext
          This class defines a test context which contains all the information for a given test run.
ITestListener
          A listener for test running.
ITestNGListener
          This is a marker interface for all objects that can be passed as a -listener argument.
ITestNGMethod
          Describes a TestNG annotated method and the instance on which it will be invoked.
ITestResult
          This class describes the result of a test.
TestListenerAdapter
          A simple ITestListener adapter that stores all the tests that were run.
TestNG
          This class is the main entry point for running tests in the TestNG framework.
TestNG.ExitCodeListener
           
 

Classes in org.testng used by org.testng.reporters.jq
IReporter
          This interface can be implemented by clients to generate a report.
ISuite
          Interface defining a Test Suite.
ITestNGListener
          This is a marker interface for all objects that can be passed as a -listener argument.
ITestResult
          This class describes the result of a test.
 

Classes in org.testng used by org.testng.reporters.util
ITestNGMethod
          Describes a TestNG annotated method and the instance on which it will be invoked.
 

Classes in org.testng used by org.testng.util
IRetryAnalyzer
          Interface to implement to be able to have a chance to retry a failed test.
ITestResult
          This class describes the result of a test.
 

Classes in org.testng used by org.testng.xml
ITestObjectFactory
          Parent interface of all the object factories.
TestNGException
          The base class for all exceptions thrown by TestNG.
 



Copyright © 2015. All Rights Reserved.