Class IsTestMethod
- java.lang.Object
-
- org.junit.jupiter.engine.discovery.predicates.IsTestMethod
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.reflect.Method>
@API(status=INTERNAL, since="5.0") public class IsTestMethod extends java.lang.Object
Test if a method is a JUnit Jupiter@Test
method.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description IsTestMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.lang.reflect.Method candidate)
-