Package com.google.common.truth
Interface ErrorWithFacts
- All Known Implementing Classes:
AssertionErrorWithFacts
,ComparisonFailureWithFacts
interface ErrorWithFacts
Supertype of Truth's
AssertionError
subclasses that are created from a list of Fact
instances.-
Method Summary
-
Method Details
-
facts
com.google.common.collect.ImmutableList<Fact> facts()
-