Uses of Interface
org.junit.platform.launcher.PostDiscoveryFilter
Packages that use 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
Subinterfaces of PostDiscoveryFilter in org.junit.platform.launcherModifier and TypeInterfaceDescriptioninterfacePostDiscoveryFilterthat is applied to the fully qualifiedMethodname without parameters.Classes in org.junit.platform.launcher that implement PostDiscoveryFilterModifier and TypeClassDescription(package private) classAbstractMethodFilterthat servers as a superclass for filters including or excluding fully qualified method names without parameters based on pattern-matching.(package private) classMethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.(package private) classMethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.Methods in org.junit.platform.launcher that return PostDiscoveryFilterModifier and TypeMethodDescriptionprivate static PostDiscoveryFilterTagFilter.excludeMatching(List<String> tagExpressions) static PostDiscoveryFilterTagFilter.excludeTags(String... tagExpressions) Create an exclude filter based on the supplied tag expressions.static PostDiscoveryFilterTagFilter.excludeTags(List<String> tagExpressions) Create an exclude filter based on the supplied tag expressions.private static PostDiscoveryFilterTagFilter.includeMatching(List<String> tagExpressions) static PostDiscoveryFilterTagFilter.includeTags(String... tagExpressions) Create an include filter based on the supplied tag expressions.static PostDiscoveryFilterTagFilter.includeTags(List<String> tagExpressions) Create an include filter based on the supplied tag expressions.Methods in org.junit.platform.launcher that return types with arguments of type PostDiscoveryFilterModifier and TypeMethodDescriptionLauncherDiscoveryRequest.getPostDiscoveryFilters()Get thePostDiscoveryFiltersfor this request. -
Uses of PostDiscoveryFilter in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type PostDiscoveryFilterModifier and TypeFieldDescriptionprivate final Collection<PostDiscoveryFilter> DefaultLauncherConfig.additionalPostDiscoveryFiltersprivate final List<PostDiscoveryFilter> DefaultDiscoveryRequest.postDiscoveryFiltersprivate final Collection<PostDiscoveryFilter> EngineDiscoveryOrchestrator.postDiscoveryFiltersprivate final Collection<PostDiscoveryFilter> LauncherConfig.Builder.postDiscoveryFiltersprivate final List<PostDiscoveryFilter> LauncherDiscoveryRequestBuilder.postDiscoveryFiltersMethods in org.junit.platform.launcher.core that return types with arguments of type PostDiscoveryFilterModifier and TypeMethodDescriptionprivate static List<PostDiscoveryFilter> LauncherFactory.collectPostDiscoveryFilters(LauncherConfig config) DefaultLauncherConfig.getAdditionalPostDiscoveryFilters()LauncherConfig.getAdditionalPostDiscoveryFilters()Get the collection of additional post discovery filters that should be added to theLauncher.DefaultDiscoveryRequest.getPostDiscoveryFilters()DelegatingLauncherDiscoveryRequest.getPostDiscoveryFilters()Methods in org.junit.platform.launcher.core with parameters of type PostDiscoveryFilterModifier and TypeMethodDescriptionLauncherConfig.Builder.addPostDiscoveryFilters(PostDiscoveryFilter... filters) Add all of the suppliedfiltersto the configuration.Method parameters in org.junit.platform.launcher.core with type arguments of type PostDiscoveryFilterModifier and TypeMethodDescriptionprivate voidEngineDiscoveryOrchestrator.applyPostDiscoveryFilters(Map<TestEngine, LauncherDiscoveryResult.EngineResultInfo> testEngineDescriptors, List<PostDiscoveryFilter> filters) Constructor parameters in org.junit.platform.launcher.core with type arguments of type PostDiscoveryFilterModifierConstructorDescription(package private)DefaultLauncher(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters, NamespacedHierarchicalStore<Namespace> sessionLevelStore) Construct a newDefaultLauncherwith the supplied test engines.EngineDiscoveryOrchestrator(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters) (package private)EngineDiscoveryOrchestrator(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters, ListenerRegistry<LauncherDiscoveryListener> launcherDiscoveryListenerRegistry)