Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.descriptor
package org.junit.jupiter.engine.descriptor
Test descriptors used within the JUnit Jupiter test engine.
-
ClassDescription
TestDescriptor
for tests based on Java classes.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 tests based on nested (but not static) Java classes.TestDescriptor
for@TestFactory
methods.Collection of utilities for retrieving the test instance lifecycle mode.TestDescriptor
for@Test
methods.TestDescriptor
for a@TestTemplate
invocation.TestDescriptor
for@TestTemplate
methods.