Uses of Enum Class
org.junit.platform.engine.TestDescriptor.Type
Packages that use TestDescriptor.Type
Package
Description
Public API for test engines.
TestDescriptor-related support classes
intended to be used by test engine implementations and clients of
the launcher.-
Uses of TestDescriptor.Type in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestDescriptor.TypeModifier and TypeMethodDescriptionTestDescriptor.getType()Determine theTestDescriptor.Typeof this descriptor.static TestDescriptor.TypeReturns 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
Methods in org.junit.platform.engine.support.descriptor that return TestDescriptor.Type