Uses of Interface
com.google.common.truth.ErrorWithFacts
-
Uses of ErrorWithFacts in com.google.common.truth
Classes in com.google.common.truth that implement ErrorWithFactsModifier and TypeClassDescription(package private) final class
AnAssertionError
composed of structuredFact
instances and other string messages.(package private) final class
AnAssertionError
(usually a JUnitComparisonFailure
, but not under GWT) composed of structuredFact
instances and other string messages.Methods in com.google.common.truth with parameters of type ErrorWithFactsModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<Fact>
TruthFailureSubject.factsWithName
(ErrorWithFacts error, String key) private static com.google.common.collect.ImmutableList<String>
TruthFailureSubject.getFactKeys
(ErrorWithFacts error)