Package com.google.common.truth
Interface ErrorWithFacts
-
- All Known Implementing Classes:
AssertionErrorWithFacts,ComparisonFailureWithFacts
interface ErrorWithFactsSupertype of Truth'sAssertionErrorsubclasses that are created from a list ofFactinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Fact>facts()
-
-
-
Method Detail
-
facts
com.google.common.collect.ImmutableList<Fact> facts()
-
-