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.
-
Uses of FilterResult in org.junit.platform.engine
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.launcher
Methods in org.junit.platform.launcher that return FilterResult