Uses of Class
org.junit.platform.engine.FilterResult
Packages that use FilterResult
-
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<@Nullable String> inclusionReasonSupplier, Supplier<@Nullable String> exclusionReasonSupplier) Factory for creating filter results based on the condition given.