Class IsTestableMethod
java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
- Direct Known Subclasses:
IsTestFactoryMethod
,IsTestMethod
,IsTestTemplateMethod
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIsTestableMethod
(Class<? extends Annotation> annotationType, boolean mustReturnVoid) -
Method Summary
-
Field Details
-
annotationType
-
mustReturnVoid
private final boolean mustReturnVoid
-
-
Constructor Details
-
IsTestableMethod
IsTestableMethod(Class<? extends Annotation> annotationType, boolean mustReturnVoid)
-
-
Method Details