| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
TestDescriptor.Type |
TestDescriptor.getType()
Determine the
TestDescriptor.Type of this descriptor. |
static TestDescriptor.Type |
TestDescriptor.Type.valueOf(java.lang.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. |