java.lang.Object
org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
- All Implemented Interfaces:
Predicate<Class<?>>
@API(status=INTERNAL,
since="5.0")
public class IsNestedTestClass
extends Object
implements Predicate<Class<?>>
Test if a class is a JUnit Jupiter @Nested test class.
- 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
-
Constructor Details
-
IsNestedTestClass
public IsNestedTestClass()
-