(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(java.lang.Iterable<Fact> facts) |
Returns an instance wrapping the given facts.
|
private Facts |
IterableSubject.UsingCorrespondence.formatExtras(java.lang.String label,
E missing,
java.util.List<? extends A> extras,
Correspondence.ExceptionStore exceptions) |
|