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.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
ClassBasedTestDescriptor.getType() |
TestDescriptor.Type |
DynamicContainerTestDescriptor.getType() |
TestDescriptor.Type |
DynamicTestTestDescriptor.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(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 . |
Modifier and Type | Field and Description |
---|---|
private TestDescriptor.Type |
TestIdentifier.type |
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
TestIdentifier.getType()
Get the underlying descriptor type.
|
Constructor and Description |
---|
TestIdentifier(java.lang.String uniqueId,
java.lang.String displayName,
TestSource source,
java.util.Set<TestTag> tags,
TestDescriptor.Type type,
java.lang.String parentId,
java.lang.String legacyReportingName) |
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
EngineDiscoveryErrorDescriptor.getType() |
Modifier and Type | Method and Description |
---|---|
TestDescriptor.Type |
VintageTestDescriptor.getType() |