public class AllureTestNgTestFilter
extends java.lang.Object
implements org.testng.IMethodInterceptor
| Constructor and Description |
|---|
AllureTestNgTestFilter() |
AllureTestNgTestFilter(io.qameta.allure.testfilter.TestPlan testPlan) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.testng.IMethodInstance> |
intercept(java.util.List<org.testng.IMethodInstance> methods,
org.testng.ITestContext context) |
boolean |
isSelected(org.testng.IMethodInstance instance) |
boolean |
isSelected(org.testng.ITestNGMethod method) |
boolean |
isSelected(org.testng.ITestNGMethod testNGMethod,
io.qameta.allure.testfilter.TestPlanV1_0 testPlan) |
public AllureTestNgTestFilter()
public AllureTestNgTestFilter(io.qameta.allure.testfilter.TestPlan testPlan)
public java.util.List<org.testng.IMethodInstance> intercept(java.util.List<org.testng.IMethodInstance> methods,
org.testng.ITestContext context)
intercept in interface org.testng.IMethodInterceptorpublic boolean isSelected(org.testng.IMethodInstance instance)
public boolean isSelected(org.testng.ITestNGMethod method)
public boolean isSelected(org.testng.ITestNGMethod testNGMethod,
io.qameta.allure.testfilter.TestPlanV1_0 testPlan)