Uses of Package
org.junit.jupiter.engine.descriptor
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test discovery within the JUnit Jupiter test engine.
-
ClassDescription
TestDescriptor
for tests based on Java classes.Filter for dynamic descendants ofTestDescriptors
that implementFilterable
.Filterable
is implemented byTestDescriptors
that may register dynamic tests during execution and support selective test execution.Base class forTestDescriptors
based on Java methods.TestDescriptor
for@Test
methods. -