Top Description Constructors Methods
org.junit.jupiter.engine.discovery.predicates

public Class IsTestTemplateMethod

extends IsTestableMethod
Class Inheritance
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

AccessConstructor and Description
public

Method Summary

Inherited from org.junit.jupiter.engine.discovery.predicates.IsTestableMethod:
test

Constructor Detail

IsTestTemplateMethodback to summary
public IsTestTemplateMethod()