Uses of Interface
org.junit.platform.launcher.PostDiscoveryFilter
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of PostDiscoveryFilter in org.junit.platform.launcher
Modifier and TypeMethodDescriptionstatic PostDiscoveryFilter
TagFilter.excludeTags(String... tagExpressions)
Create an exclude filter based on the supplied tag expressions.static PostDiscoveryFilter
TagFilter.excludeTags(List<String> tagExpressions)
Create an exclude filter based on the supplied tag expressions.static PostDiscoveryFilter
TagFilter.includeTags(String... tagExpressions)
Create an include filter based on the supplied tag expressions.static PostDiscoveryFilter
TagFilter.includeTags(List<String> tagExpressions)
Create an include filter based on the supplied tag expressions.Modifier and TypeMethodDescriptionLauncherDiscoveryRequest.getPostDiscoveryFilters()
Get thePostDiscoveryFilters
for this request. -
Uses of PostDiscoveryFilter in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherConfig.getAdditionalPostDiscoveryFilters()
Get the collection of additional post discovery filters that should be added to theLauncher
.Modifier and TypeMethodDescriptionLauncherConfig.Builder.addPostDiscoveryFilters(PostDiscoveryFilter... filters)
Add all of the suppliedfilters
to the configuration.ModifierConstructorDescriptionEngineDiscoveryOrchestrator(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters)