Uses of Interface
com.google.common.truth.FailureStrategy
Packages that use FailureStrategy
-
Uses of FailureStrategy in com.google.common.truth
Methods in com.google.common.truth with parameters of type FailureStrategyModifier and TypeMethodDescriptionstatic StandardSubjectBuilder
StandardSubjectBuilder.forCustomFailureStrategy
(FailureStrategy strategy) Returns a new instance that invokes the givenFailureStrategy
when a check fails.