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) classAssertionErrorWithFactsAnAssertionErrorcomposed of structuredFactinstances and other string messages.(package private) classComparisonFailureWithFactsAnAssertionError(usually a JUnitComparisonFailure, but not under GWT) composed of structuredFactinstances 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)
-