public class IntegrationTestsMethodSelector extends Object implements org.testng.IMethodSelector
@IntegrationTest annotation on a test class, in- or exclude the test.| Constructor and Description |
|---|
IntegrationTestsMethodSelector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeMethod(org.testng.IMethodSelectorContext context,
org.testng.ITestNGMethod method,
boolean isTestMethod) |
void |
setTestMethods(List<org.testng.ITestNGMethod> testMethods) |
public boolean includeMethod(org.testng.IMethodSelectorContext context,
org.testng.ITestNGMethod method,
boolean isTestMethod)
includeMethod in interface org.testng.IMethodSelectorpublic void setTestMethods(List<org.testng.ITestNGMethod> testMethods)
setTestMethods in interface org.testng.IMethodSelectorCopyright © 2008–2014. All rights reserved.