junit 5.10.2
org.junit.jupiter.engine
org.junit.jupiter.engine.discovery.predicates
IsTestTemplateMethod
Top
Description
Constructors
Methods
org.junit.jupiter.engine.discovery.predicates
public
Class IsTestTemplateMethod
extends
IsTestableMethod
Class Inheritance
java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
Annotations
@API
status:
INTERNAL
since:
5.0
Static Imports
org.
apiguardian.
api.
API.
Status.
INTERNAL
Test if a method is a JUnit Jupiter
@TestTemplate
method.
Since
5.0
Constructor Summary
Access
Constructor and Description
public
IsTestTemplateMethod
()
Method Summary
Inherited from
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
:
test
Constructor Detail
IsTestTemplateMethod
back to summary
public
IsTestTemplateMethod
()