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 the JavaElementResolver instances.static factory methods for creating
DiscoverySelectors.@DisplayName is used to declare a custom display name for the
annotated test class or test method.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.