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 FilterResultFactory for creating excluded results.static FilterResultFactory for creating included results.static FilterResultFilterResult.includedIf(boolean included) Factory for creating filter results based on the condition given.static FilterResultFilterResult.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