See: Description
| Class | Description |
|---|---|
| DiscoverySelectorResolver | |
| IsNestedTestClass |
Test if a class is a JUnit 5 nested, inner test class.
|
| IsPotentialTestContainer |
Test if a class is a potential top-level JUnit 5 test container, even if
it does not contain tests.
|
| IsScannableTestClass |
Test if a class is a JUnit 5 test class which should be included in package and classpath scanning.
|
| IsTestClassWithTests |
Test if a class is a JUnit 5 test class containing executable tests or nested tests.
|
| IsTestMethod |
Test if a method is a JUnit 5 test method.
|
| JUnit5EngineDescriptor |