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.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.TypeClassTestDescriptor. getType()TestDescriptor.TypeTestFactoryTestDescriptor. getType()TestDescriptor.TypeTestMethodTestDescriptor. getType()TestDescriptor.TypeTestTemplateTestDescriptor. 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.TypeTestDescriptor. getType()Determine theTestDescriptor.Typeof this descriptor.static TestDescriptor.TypeTestDescriptor.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.TypeEngineDescriptor. getType()ReturnsCONTAINER. -
Uses of TestDescriptor.Type in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return TestDescriptor.Type Modifier and Type Method Description TestDescriptor.TypeTestIdentifier. getType()Get the underlying descriptor 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.TypeVintageTestDescriptor. getType()
-