Uses of Class
org.junit.platform.engine.FilterResult
-
Packages that use FilterResult Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.launcher Public API for configuring and launching test plans. -
-
Uses of FilterResult in org.junit.platform.engine
Methods in org.junit.platform.engine that return FilterResult Modifier and Type Method Description FilterResult
Filter. apply(T object)
Apply this filter to the supplied object.static FilterResult
FilterResult. excluded(String reason)
Factory for creating excluded results.static FilterResult
FilterResult. included(String reason)
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 Modifier and Type Method Description FilterResult
EngineFilter. apply(TestEngine testEngine)
-