Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private IConfiguration |
SuiteRunner.configuration |
private IConfiguration |
SuiteRunner.DefaultTestRunnerFactory.configuration |
private IConfiguration |
TestRunner.m_configuration |
private IConfiguration |
TestNG.m_configuration |
Modifier and Type | Method and Description |
---|---|
protected IConfiguration |
TestNG.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
private void |
TestRunner.init(IConfiguration configuration,
ISuite suite,
XmlTest test,
java.lang.String outputDirectory,
IAnnotationFinder annotationFinder,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners) |
private void |
SuiteRunner.init(IConfiguration configuration,
XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
java.util.List<IMethodInterceptor> methodInterceptors,
java.util.Collection<IInvokedMethodListener> invokedMethodListener,
java.util.Collection<ITestListener> testListeners,
java.util.Collection<IClassListener> classListeners,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners,
java.util.Comparator<ITestNGMethod> comparator) |
Constructor and Description |
---|
DefaultTestRunnerFactory(IConfiguration configuration,
ITestListener[] failureListeners,
boolean useDefaultListeners,
boolean skipFailedInvocationCounts,
java.util.Comparator<ITestNGMethod> comparator) |
SuiteRunner(IConfiguration configuration,
XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
java.util.Comparator<ITestNGMethod> comparator) |
SuiteRunner(IConfiguration configuration,
XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
java.util.List<IMethodInterceptor> methodInterceptors,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.Collection<ITestListener> testListeners,
java.util.Collection<IClassListener> classListeners,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners,
java.util.Comparator<ITestNGMethod> comparator) |
SuiteRunner(IConfiguration configuration,
XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
java.util.Comparator<ITestNGMethod> comparator) |
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners)
This constructor is used by testng-remote, any changes related to it please contact with
testng-team.
|
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners,
java.util.Comparator<ITestNGMethod> comparator) |
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
java.lang.String outputDirectory,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners,
java.util.Comparator<ITestNGMethod> comparator,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) |
Modifier and Type | Class and Description |
---|---|
class |
Configuration |
Modifier and Type | Field and Description |
---|---|
protected IConfiguration |
BaseInvoker.m_configuration |
Modifier and Type | Method and Description |
---|---|
private void |
TestNGClassFinder.processClass(ClassInfoMap cim,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap,
IConfiguration configuration,
java.lang.Class<?> cls) |
private void |
TestNGClassFinder.processMethod(IConfiguration configuration,
IClass ic,
ConstructorOrMethod factoryMethod) |
Constructor and Description |
---|
BaseInvoker(ITestResultNotifier notifier,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
ITestContext testContext,
SuiteRunState suiteState,
IConfiguration configuration) |
ConfigInvoker(ITestResultNotifier notifier,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
ITestContext testContext,
SuiteRunState suiteState,
IConfiguration configuration) |
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners,
java.util.Collection<IDataProviderListener> dataProviderListeners) |
TestInvoker(ITestResultNotifier m_notifier,
ITestContext m_testContext,
SuiteRunState m_suiteState,
IConfiguration m_configuration,
java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners,
java.util.Collection<IDataProviderListener> m_dataproviderListeners,
java.util.List<IClassListener> m_classListeners,
boolean m_skipFailedInvocationCounts,
ConfigInvoker invoker) |
TestNGClassFinder(ClassInfoMap cim,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap,
IConfiguration configuration,
ITestContext testContext,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) |