Package io.qameta.allure.testng
Class AllureTestNgTestFilter
java.lang.Object
io.qameta.allure.testng.AllureTestNgTestFilter
- All Implemented Interfaces:
org.testng.IMethodInterceptor,org.testng.ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.testng.IMethodInstance> booleanisSelected(org.testng.IMethodInstance instance) booleanisSelected(org.testng.ITestNGMethod method) booleanisSelected(org.testng.ITestNGMethod testNGMethod, io.qameta.allure.testfilter.TestPlanV1_0 testPlan)
-
Constructor Details
-
AllureTestNgTestFilter
public AllureTestNgTestFilter() -
AllureTestNgTestFilter
public AllureTestNgTestFilter(io.qameta.allure.testfilter.TestPlan testPlan)
-
-
Method Details
-
intercept
public List<org.testng.IMethodInstance> intercept(List<org.testng.IMethodInstance> methods, org.testng.ITestContext context) - Specified by:
interceptin interfaceorg.testng.IMethodInterceptor
-
isSelected
public boolean isSelected(org.testng.IMethodInstance instance) -
isSelected
public boolean isSelected(org.testng.ITestNGMethod method) -
isSelected
public boolean isSelected(org.testng.ITestNGMethod testNGMethod, io.qameta.allure.testfilter.TestPlanV1_0 testPlan)
-