Class IsTestTemplateMethod
- java.lang.Object
-
- org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
-
- org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.reflect.Method>
@API(status=INTERNAL, since="5.0") public class IsTestTemplateMethod extends IsTestableMethod
Test if a method is a JUnit Jupiter@TestTemplate
method.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description IsTestTemplateMethod()
-
Method Summary
-
Methods inherited from class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
test
-
-