Class AllureTestNgTestFilter

java.lang.Object
io.qameta.allure.testng.AllureTestNgTestFilter
All Implemented Interfaces:
org.testng.IMethodInterceptor, org.testng.ITestNGListener

public class AllureTestNgTestFilter extends Object implements org.testng.IMethodInterceptor
  • 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:
      intercept in interface org.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)