Uses of Class
org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
Packages that use JupiterTestDescriptor Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine. -
-
Uses of JupiterTestDescriptor in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return JupiterTestDescriptor Modifier and Type Method Description protected JupiterTestDescriptorClassTemplateTestDescriptor. copyIncludingDescendants(java.util.function.UnaryOperator<UniqueId> uniqueIdTransformer)protected JupiterTestDescriptorJupiterTestDescriptor. copyIncludingDescendants(java.util.function.UnaryOperator<UniqueId> uniqueIdTransformer){@return a deep copy (with copies of children) of this descriptor with the supplied unique ID}protected abstract JupiterTestDescriptorJupiterTestDescriptor. withUniqueId(java.util.function.UnaryOperator<UniqueId> uniqueIdTransformer){@return shallow copy (without children) of this descriptor with the supplied unique ID}Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type JupiterTestDescriptor Modifier and Type Method Description (package private) static java.util.Optional<JupiterTestDescriptor>TestFactoryTestDescriptor. createDynamicDescriptor(JupiterTestDescriptor parent, org.junit.jupiter.api.DynamicNode node, int index, TestSource defaultTestSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration)private java.util.Optional<JupiterTestDescriptor>DynamicContainerTestDescriptor. toDynamicDescriptor(int index, org.junit.jupiter.api.DynamicNode childNode)Methods in org.junit.jupiter.engine.descriptor with parameters of type JupiterTestDescriptor Modifier and Type Method Description (package private) static java.util.Optional<JupiterTestDescriptor>TestFactoryTestDescriptor. createDynamicDescriptor(JupiterTestDescriptor parent, org.junit.jupiter.api.DynamicNode node, int index, TestSource defaultTestSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration)
-