Package | Description |
---|---|
org.testng |
Modifier and Type | Method and Description |
---|---|
void |
TestRunner.addMethodInterceptor(IMethodInterceptor methodInterceptor) |
void |
TestNG.setMethodInterceptor(IMethodInterceptor methodInterceptor) |
void |
TestRunner.setMethodInterceptor(IMethodInterceptor methodInterceptor)
Deprecated.
|
Constructor and Description |
---|
SuiteRunner(IConfiguration configuration,
XmlSuite suite,
String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
List<IMethodInterceptor> methodInterceptors,
List<IInvokedMethodListener> invokedMethodListeners,
List<ITestListener> testListeners,
List<IClassListener> classListeners) |
Copyright © 2017. All rights reserved.