Uses of Class
org.junit.platform.engine.FilterResult
-
Packages that use FilterResult Package Description org.junit.platform.engine Public API for test engines. -
-
Uses of FilterResult in org.junit.platform.engine
Methods in org.junit.platform.engine that return FilterResult Modifier and Type Method Description FilterResultFilter. apply(T object)Apply this filter to the supplied object.static FilterResultFilterResult. excluded(java.lang.String reason)Factory for creating excluded results.static FilterResultFilterResult. included(java.lang.String reason)Factory for creating included results.static FilterResultFilterResult. includedIf(boolean included)Factory for creating filter results based on the condition given.static FilterResultFilterResult. includedIf(boolean included, java.util.function.Supplier<java.lang.String> inclusionReasonSupplier, java.util.function.Supplier<java.lang.String> exclusionReasonSupplier)Factory for creating filter results based on the condition given.
-