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

    Modifier and Type
    Method
    Description
    com.google.common.collect.ImmutableList<Fact>
     
  • Method Details

    • facts

      com.google.common.collect.ImmutableList<Fact> facts()