Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.discovery.predicates |
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
|
Class and Description |
---|
IsNestedTestClass
Test if a class is a JUnit Jupiter
@Nested test class. |
IsTestClassWithTests
Test if a class is a JUnit Jupiter test class containing executable tests,
test factories, test templates, or nested tests.
|
Class and Description |
---|
IsInnerClass
Test if a class is a non-private inner class (i.e., a non-static nested class).
|
IsNestedTestClass
Test if a class is a JUnit Jupiter
@Nested test class. |
IsPotentialTestContainer
Test if a class is a potential top-level JUnit Jupiter test container, even if
it does not contain tests.
|
IsTestableMethod |
IsTestFactoryMethod
Test if a method is a JUnit Jupiter
@TestFactory method. |
IsTestMethod
Test if a method is a JUnit Jupiter
@Test method. |
IsTestTemplateMethod
Test if a method is a JUnit Jupiter
@TestTemplate method. |