Uses of Enum Class
org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
Packages that use TestClassPredicates.NestedClassInvalidityReason
Package
Description
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.NestedClassInvalidityReasonModifier and TypeMethodDescriptionTestClassPredicates.validateNestedTestClass
(Class<?> candidate) Returns the enum constant of this class with the specified name.TestClassPredicates.NestedClassInvalidityReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.