Module org.junit.jupiter.engine
Class IsTestClassWithTests
java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
@API(status=INTERNAL, since="5.1") public class IsTestClassWithTests extends Object implements Predicate<Class<?>>
Test if a class is a JUnit Jupiter test class containing executable tests,
test factories, test templates, or nested tests.
- Since:
- 5.0
-
Field Summary
Fields Modifier and Type Field Description static Predicate<Method>
isTestOrTestFactoryOrTestTemplateMethod
-
Constructor Summary
Constructors Constructor Description IsTestClassWithTests()
-
Method Summary