Module org.junit.jupiter.engine
Class IsTestTemplateMethod
java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
Test if a method is a JUnit Jupiter
@TestTemplate
method.- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static DiscoveryIssue
createIssue
(Class<? extends Annotation> annotationType, Method method, String condition) protected static DiscoveryIssueReporter.Condition
<Method> hasVoidReturnType
(Class<? extends Annotation> annotationType, DiscoveryIssueReporter issueReporter) boolean
-
Constructor Details
-
IsTestTemplateMethod
-
-
Method Details
-
test
-
hasVoidReturnType
protected static DiscoveryIssueReporter.Condition<Method> hasVoidReturnType(Class<? extends Annotation> annotationType, DiscoveryIssueReporter issueReporter) -
createIssue
protected static DiscoveryIssue createIssue(Class<? extends Annotation> annotationType, Method method, String condition)
-