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.
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.TypeModifier and TypeMethodDescriptionfinal TestDescriptor.TypeClassBasedTestDescriptor.getType()ClassTemplateInvocationTestDescriptor.getType()DynamicContainerTestDescriptor.getType()DynamicTestTestDescriptor.getType()TestFactoryTestDescriptor.getType()TestMethodTestDescriptor.getType()TestTemplateTestDescriptor.getType() -
Uses of TestDescriptor.Type in org.junit.platform.engine
Subclasses with type arguments of type TestDescriptor.Type in org.junit.platform.engineMethods 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 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.TypeModifier and TypeMethodDescriptionEngineDescriptor.getType()ReturnsTestDescriptor.Type.CONTAINER. -
Uses of TestDescriptor.Type in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as TestDescriptor.TypeModifier and TypeFieldDescriptionprivate final TestDescriptor.TypeTestIdentifier.SerializedForm.typeprivate TestDescriptor.TypeTestIdentifier.typeMethods in org.junit.platform.launcher that return TestDescriptor.TypeConstructors in org.junit.platform.launcher with parameters of type TestDescriptor.TypeModifierConstructorDescriptionprivateTestIdentifier(UniqueId uniqueId, String displayName, TestSource source, Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, String legacyReportingName) -
Uses of TestDescriptor.Type in org.junit.vintage.engine.descriptor
Methods in org.junit.vintage.engine.descriptor that return TestDescriptor.Type