Class IsTestableMethod

java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
All Implemented Interfaces:
Predicate<Method>
Direct Known Subclasses:
IsTestFactoryMethod, IsTestMethod, IsTestTemplateMethod

abstract class IsTestableMethod extends Object implements Predicate<Method>
Since:
5.0
  • Field Details

    • annotationType

      private final Class<? extends Annotation> annotationType
    • mustReturnVoid

      private final boolean mustReturnVoid
  • Constructor Details

    • IsTestableMethod

      IsTestableMethod(Class<? extends Annotation> annotationType, boolean mustReturnVoid)
  • Method Details