Package com.google.common.truth
Class Facts
java.lang.Object
com.google.common.truth.Facts
Helper class that wraps a collection of
Fact
instances to make them easier to build.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Facts
Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.(package private) Facts
Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.Returns the facts wrapped by this instance.(package private) static Facts
Returns an instance wrapping the given facts.(package private) static Facts
Returns an instance wrapping the given facts.
-
Field Details
-
facts
-
-
Constructor Details
-
Facts
-
-
Method Details
-
facts
Returns an instance wrapping the given facts. -
facts
Returns an instance wrapping the given facts. -
asIterable
Returns the facts wrapped by this instance. -
and
Returns an instance concatenating the facts wrapped by the current instance followed by the given facts. -
and
Returns an instance concatenating the facts wrapped by the current instance followed by the given facts.
-