Uses of Class
org.junit.platform.engine.TestDescriptor.Type
-
Packages that use TestDescriptor.Type 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 theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.reporting.open.xml Support for generating Open Test Reporting compatible XML event reports.org.junit.vintage.engine.descriptor Test descriptors used within the JUnit Vintage test engine. -
-
Uses of TestDescriptor.Type in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return TestDescriptor.Type Modifier and Type Method 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()
-
Uses of TestDescriptor.Type in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.Type
TestDescriptor. getType()
Determine theTestDescriptor.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. -
Uses of TestDescriptor.Type in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.Type
EngineDescriptor. getType()
ReturnsCONTAINER
. -
Uses of TestDescriptor.Type in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as TestDescriptor.Type Modifier and Type Field Description private TestDescriptor.Type
TestIdentifier.SerializedForm. type
private TestDescriptor.Type
TestIdentifier. type
Methods in org.junit.platform.launcher that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.Type
TestIdentifier. getType()
Get the underlying descriptor type.Constructors in org.junit.platform.launcher with parameters of type TestDescriptor.Type Constructor Description TestIdentifier(UniqueId uniqueId, java.lang.String displayName, TestSource source, java.util.Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, java.lang.String legacyReportingName)
-
Uses of TestDescriptor.Type in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.Type
EngineDiscoveryErrorDescriptor. getType()
-
Uses of TestDescriptor.Type in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type TestDescriptor.Type Modifier and Type Method Description (package private) static org.opentest4j.reporting.events.api.Factory<Type>
JUnitFactory. type(TestDescriptor.Type type)
Constructors in org.junit.platform.reporting.open.xml with parameters of type TestDescriptor.Type Constructor Description Type(org.opentest4j.reporting.events.api.Context context, TestDescriptor.Type type)
-
Uses of TestDescriptor.Type in org.junit.vintage.engine.descriptor
Methods in org.junit.vintage.engine.descriptor that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.Type
VintageTestDescriptor. getType()
-