java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
- All Implemented Interfaces:
Predicate<Class<?>>
@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
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
isTestOrTestFactoryOrTestTemplateMethod
public static final Predicate<Method> isTestOrTestFactoryOrTestTemplateMethod
-
Constructor Details
-
IsTestClassWithTests
public IsTestClassWithTests()
-