See: Description
Class | 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.
|
IsScannableTestClass |
Test if a class is a JUnit Jupiter test class which should be included in
package and classpath scanning.
|
IsTestClassWithTests |
Test if a class is a JUnit Jupiter test class containing executable tests,
test factories, or nested tests.
|
IsTestFactoryMethod |
Test if a method is a JUnit Jupiter test factory method.
|
IsTestMethod |
Test if a method is a JUnit Jupiter test method.
|