Uses of Class
com.google.common.truth.Facts

  • Uses of Facts in com.google.common.truth

    Methods in com.google.common.truth that return Facts
    Modifier and Type
    Method
    Description
    (package private) Facts
    Facts.and(Fact... moreFacts)
    Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.
    (package private) Facts
    Facts.and(Facts moreFacts)
    Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.
    (package private) Facts
    Correspondence.ExceptionStore.describeAsAdditionalInfo()
    If any exceptions are stored, returns facts to use in a failure message when the exceptions should be noted as additional info; if empty, returns an empty list.
    (package private) Facts
    Correspondence.ExceptionStore.describeAsMainCause()
    Returns facts to use in a failure message when the exceptions from compare calls are the main cause of the failure.
    (package private) static Facts
    Facts.facts(Fact... facts)
    Returns an instance wrapping the given facts.
    (package private) static Facts
    Facts.facts(Iterable<Fact> facts)
    Returns an instance wrapping the given facts.
    private Facts
    IterableSubject.UsingCorrespondence.formatExtras(String label, E missing, List<? extends A> extras, Correspondence.ExceptionStore exceptions)
     
    Methods in com.google.common.truth with parameters of type Facts
    Modifier and Type
    Method
    Description
    (package private) Facts
    Facts.and(Facts moreFacts)
    Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.
    (package private) final void
    Subject.failWithActual(Facts facts)
     
    (package private) final void
    Subject.failWithoutActual(Facts facts)