Class IsTestNGTestClass

java.lang.Object
org.junit.support.testng.engine.IsTestNGTestClass
All Implemented Interfaces:
Predicate<Class<?>>

class IsTestNGTestClass extends Object implements Predicate<Class<?>>
  • Constructor Details

    • IsTestNGTestClass

      IsTestNGTestClass()
  • Method Details

    • test

      public boolean test(Class<?> candidateClass)
      Specified by:
      test in interface Predicate<Class<?>>
    • hasMethodWithTestAnnotation

      private boolean hasMethodWithTestAnnotation(Class<?> candidateClass)