Uses of Class
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Test descriptors used within the JUnit Vintage test engine.
-
Uses of AbstractTestDescriptor in org.junit.jupiter.engine.descriptor
Modifier and TypeClassDescriptionclass
TestDescriptor
for tests based on Java classes.class
TestDescriptor
for tests based on Java classes.class
class
class
Base class forTestDescriptors
based on Java methods.class
TestDescriptor
for tests based on nested (but not static) Java classes.class
TestDescriptor
for@TestFactory
methods.class
TestDescriptor
for@Test
methods.class
TestDescriptor
for a@TestTemplate
invocation.class
TestDescriptor
for@TestTemplate
methods. -
Uses of AbstractTestDescriptor in org.junit.platform.engine.support.descriptor
Modifier and TypeClassDescriptionclass
-
Uses of AbstractTestDescriptor in org.junit.vintage.engine.descriptor
Modifier and TypeClassDescriptionclass
class
class