Package | Description |
---|---|
org.testng |
Modifier and Type | Class and Description |
---|---|
(package private) class |
InstanceOrderingMethodInterceptor
A method interceptor that sorts its methods per instances (i.e.
|
(package private) class |
PreserveOrderMethodInterceptor
A method interceptor that preserves the order in which test classes were found in the
<test> tag.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<IMethodInterceptor> |
TestNG.m_methodInterceptors |
private java.util.List<IMethodInterceptor> |
TestRunner.m_methodInterceptors |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TestRunner.addMethodInterceptor(IMethodInterceptor methodInterceptor) |
void |
TestNG.setMethodInterceptor(IMethodInterceptor methodInterceptor) |
Modifier and Type | Method and Description |
---|---|
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 |
---|
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) |