Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.platform.engine |
Public API for test engines.
|
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.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
ClassTestDescriptor.getType() |
TestDescriptor.Type |
TestFactoryTestDescriptor.getType() |
TestDescriptor.Type |
TestMethodTestDescriptor.getType() |
TestDescriptor.Type |
TestTemplateTestDescriptor.getType() |
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
TestDescriptor.getType()
Determine the
TestDescriptor.Type of this descriptor. |
static TestDescriptor.Type |
TestDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDescriptor.Type[] |
TestDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
EngineDescriptor.getType()
Returns
CONTAINER . |
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
TestIdentifier.getType()
Get the underlying descriptor type.
|
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
VintageTestDescriptor.getType() |