Uses of Enum
org.junit.platform.engine.TestDescriptor.Type
Packages that use TestDescriptor.Type
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Public API for test engines.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Support for generating Open Test Reporting compatible XML event reports.
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 -
Uses of TestDescriptor.Type in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestDescriptor.TypeModifier and TypeMethodDescriptionTestDescriptor.getType()
Determine theTestDescriptor.Type
of this descriptor.static TestDescriptor.Type
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 -
Uses of TestDescriptor.Type in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as TestDescriptor.TypeModifier and TypeFieldDescriptionprivate final TestDescriptor.Type
TestIdentifier.SerializedForm.type
private TestDescriptor.Type
TestIdentifier.type
Methods in org.junit.platform.launcher that return TestDescriptor.TypeConstructors in org.junit.platform.launcher with parameters of type TestDescriptor.TypeModifierConstructorDescriptionprivate
TestIdentifier
(UniqueId uniqueId, String displayName, TestSource source, Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, String legacyReportingName) -
Uses of TestDescriptor.Type in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return TestDescriptor.Type -
Uses of TestDescriptor.Type in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type TestDescriptor.TypeModifier and TypeMethodDescription(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.TypeModifierConstructorDescription(package private)
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