Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.descriptor |
TestDescriptor -related support classes
intended to be used by test engine implementations and clients of
the launcher. |
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassTestDescriptor
TestDescriptor for tests based on Java classes. |
class |
JupiterEngineDescriptor |
class |
JupiterTestDescriptor |
class |
NestedClassTestDescriptor
TestDescriptor for tests based on nested (but not static) Java classes. |
class |
TestFactoryTestDescriptor
TestDescriptor for
@TestFactory methods. |
class |
TestMethodTestDescriptor
TestDescriptor for tests based on Java methods. |
class |
TestTemplateInvocationTestDescriptor
TestDescriptor for a @TestTemplate
invocation. |
class |
TestTemplateTestDescriptor
TestDescriptor for @TestTemplate
methods. |
Modifier and Type | Class and Description |
---|---|
class |
EngineDescriptor
|
Modifier and Type | Class and Description |
---|---|
class |
RunnerTestDescriptor |
class |
VintageTestDescriptor |