Uses of Interface
com.google.common.truth.ErrorWithFacts
-
-
Uses of ErrorWithFacts in com.google.common.truth
Classes in com.google.common.truth that implement ErrorWithFacts Modifier and Type Class Description (package private) class
AssertionErrorWithFacts
AnAssertionError
composed of structuredFact
instances and other string messages.(package private) class
ComparisonFailureWithFacts
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 ErrorWithFacts Modifier and Type Method Description private static com.google.common.collect.ImmutableList<Fact>
TruthFailureSubject. factsWithName(ErrorWithFacts error, java.lang.String key)
private static com.google.common.collect.ImmutableList<java.lang.String>
TruthFailureSubject. getFactKeys(ErrorWithFacts error)
-