Package com.google.common.truth
Interface ErrorWithFacts
-
- All Known Implementing Classes:
AssertionErrorWithFacts
,ComparisonFailureWithFacts
interface ErrorWithFacts
Supertype of Truth'sAssertionError
subclasses that are created from a list ofFact
instances.
-
-
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()
-
-