Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.discovery.predicates
package org.junit.jupiter.engine.discovery.predicates
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
-
ClassesClassDescriptionTest if a method is a JUnit Jupiter
@TestFactory
method.Test if a method is a JUnit Jupiter@Test
method.Test if a method is a JUnit Jupiter@TestTemplate
method.Predicates for determining whether a class is a JUnit Jupiter test class.