Package | Description |
---|---|
org.junit.jupiter.engine.discovery.predicates |
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
|
Modifier and Type | Class and Description |
---|---|
class |
IsTestFactoryMethod
Test if a method is a JUnit Jupiter
@TestFactory method. |
class |
IsTestMethod
Test if a method is a JUnit Jupiter
@Test method. |
class |
IsTestTemplateMethod
Test if a method is a JUnit Jupiter
@TestTemplate method. |