Uses of Package
org.junit.jupiter.engine.discovery.predicates
Packages that use org.junit.jupiter.engine.discovery.predicates
Package
Description
Internal classes for test discovery within the JUnit Jupiter test engine.
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
-
Classes in org.junit.jupiter.engine.discovery.predicates used by org.junit.jupiter.engine.discoveryClassDescriptionTest if a class is a JUnit Jupiter
@Nested
test class.Test if a class is a JUnit Jupiter test class containing executable tests, test factories, test templates, or nested tests. -
Classes in org.junit.jupiter.engine.discovery.predicates used by org.junit.jupiter.engine.discovery.predicatesClassDescriptionTest if a class is a non-private inner class (i.e., a non-static nested class).Test if a class is a JUnit Jupiter
@Nested
test class.Test if a class is a potential top-level JUnit Jupiter test container, even if it does not contain tests.Test 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.