Uses of Class
org.junit.platform.engine.FilterResult
Packages that use FilterResult
Package
Description
Public API for test engines.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of FilterResult in org.junit.platform.engine
Fields in org.junit.platform.engine declared as FilterResultModifier and TypeFieldDescriptionprivate static final FilterResult
CompositeFilter.ALWAYS_INCLUDED_RESULT
private static final FilterResult
CompositeFilter.INCLUDED_BY_ALL_FILTERS
Methods in org.junit.platform.engine that return FilterResultModifier and TypeMethodDescriptionApply this filter to the supplied object.static FilterResult
Factory for creating excluded results.static FilterResult
Factory for creating included results.static FilterResult
FilterResult.includedIf
(boolean included) Factory for creating filter results based on the condition given.static FilterResult
FilterResult.includedIf
(boolean included, Supplier<String> inclusionReasonSupplier, Supplier<String> exclusionReasonSupplier) Factory for creating filter results based on the condition given. -
Uses of FilterResult in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return FilterResultModifier and TypeMethodDescription -
Uses of FilterResult in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return FilterResult -
Uses of FilterResult in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type FilterResultModifier and TypeMethodDescriptionprivate boolean
EngineDiscoveryOrchestrator.isExcluded
(TestDescriptor descriptor, FilterResult filterResult)