DefaultArgumentConverter
is the default implementation of the
ArgumentConverter
API.DiscoverySelector
that selects a directory so that
TestEngines
can discover tests or containers based on directories in the
file system.TestSource
.DirectorySource
using the supplied
directory.@Disabled
is used to signal that the annotated test class or
test method is currently disabled and should not be executed.EngineDiscoveryRequest
.TestPlan
according to the supplied
LauncherDiscoveryRequest
by querying all registered engines and
collecting their results.DiscoveryFilter
is applied during test discovery to determine if
a given container or test should be included in the test plan.TestEngine
can use to discover tests
— for example, the name of a Java class, the path to a file or
directory, etc.DiscoverySelectorResolver
resolves selectors with the help of a
JavaElementsResolver
.static
factory methods for creating
DiscoverySelectors
.@DisplayName
is used to declare a custom display
name for the annotated test class or test method.String
does not contain any ISO control
characters.String
does not contain any whitespace
characters.DynamicContainer
is a container generated at runtime.DynamicContainer
for the supplied display
name and a collection of dynamic nodes.DynamicContainer
for the supplied display
name and a stream of dynamic nodes.DynamicNode
is the abstract basis class for a container or a test
case generated at runtime.DynamicTest
is a test case generated at runtime.DynamicTest
for the supplied display
name and executable code block.TestDescriptor
has been
registered.TestIdentifier
has been registered.