Uses of Class
org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
-
Packages that use MethodBasedTestDescriptor Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine. -
-
Uses of MethodBasedTestDescriptor in org.junit.jupiter.engine.descriptor
Subclasses of MethodBasedTestDescriptor in org.junit.jupiter.engine.descriptor Modifier and Type Class Description class
TestFactoryTestDescriptor
TestDescriptor
for@TestFactory
methods.class
TestMethodTestDescriptor
TestDescriptor
for@Test
methods.class
TestTemplateInvocationTestDescriptor
TestDescriptor
for a@TestTemplate
invocation.class
TestTemplateTestDescriptor
TestDescriptor
for@TestTemplate
methods. -
Uses of MethodBasedTestDescriptor in org.junit.jupiter.engine.discovery
Fields in org.junit.jupiter.engine.discovery declared as MethodBasedTestDescriptor Modifier and Type Field Description private MethodBasedTestDescriptor
DefaultMethodDescriptor. testDescriptor
Methods in org.junit.jupiter.engine.discovery that return MethodBasedTestDescriptor Modifier and Type Method Description (package private) MethodBasedTestDescriptor
DefaultMethodDescriptor. getTestDescriptor()
Constructors in org.junit.jupiter.engine.discovery with parameters of type MethodBasedTestDescriptor Constructor Description DefaultMethodDescriptor(MethodBasedTestDescriptor testDescriptor)
-