Uses of Class
org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Packages that use JupiterTestDescriptor
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
-
Uses of JupiterTestDescriptor in org.junit.jupiter.engine.descriptor
Subclasses of JupiterTestDescriptor in org.junit.jupiter.engine.descriptorModifier and TypeClassDescriptionclass
TestDescriptor
for tests based on Java classes.class
class
class
TestDescriptor
for tests based on Java classes.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.Methods in org.junit.jupiter.engine.descriptor that return JupiterTestDescriptorModifier and TypeMethodDescriptionprotected JupiterTestDescriptor
ClassTemplateTestDescriptor.copyIncludingDescendants
(UnaryOperator<UniqueId> uniqueIdTransformer) protected JupiterTestDescriptor
JupiterTestDescriptor.copyIncludingDescendants
(UnaryOperator<UniqueId> uniqueIdTransformer) Returns a deep copy (with copies of children) of this descriptor with the supplied unique ID.protected abstract JupiterTestDescriptor
JupiterTestDescriptor.withUniqueId
(UnaryOperator<UniqueId> uniqueIdTransformer) Returns shallow copy (without children) of this descriptor with the supplied unique ID.