Uses of Enum Class
org.junit.platform.engine.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.
Test descriptors used within the JUnit Vintage test engine.
-
Uses of TestDescriptor.Type in org.junit.jupiter.engine.descriptor
-
Uses of TestDescriptor.Type in org.junit.platform.engine
Modifier and TypeMethodDescriptionTestDescriptor.getType()
Determine theTestDescriptor.Type
of this descriptor.static TestDescriptor.Type
Returns the enum constant of this class with the specified name.static TestDescriptor.Type[]
TestDescriptor.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TestDescriptor.Type in org.junit.platform.engine.support.descriptor
-
Uses of TestDescriptor.Type in org.junit.platform.launcher
-
Uses of TestDescriptor.Type in org.junit.vintage.engine.descriptor