Uses of Class
org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
-
Packages that use TestClassPredicates.NestedClassInvalidityReason Package Description org.junit.jupiter.engine.discovery.predicates Internal predicate classes used by test discovery within the JUnit Jupiter test engine. -
-
Uses of TestClassPredicates.NestedClassInvalidityReason in org.junit.jupiter.engine.discovery.predicates
Methods in org.junit.jupiter.engine.discovery.predicates that return TestClassPredicates.NestedClassInvalidityReason Modifier and Type Method Description TestClassPredicates.NestedClassInvalidityReasonTestClassPredicates. validateNestedTestClass(java.lang.Class<?> candidate)static TestClassPredicates.NestedClassInvalidityReasonTestClassPredicates.NestedClassInvalidityReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestClassPredicates.NestedClassInvalidityReason[]TestClassPredicates.NestedClassInvalidityReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-