Uses of Interface
com.google.common.truth.Ordered
Packages that use Ordered
-
Uses of Ordered in com.google.common.truth
Classes in com.google.common.truth that implement OrderedModifier and TypeClassDescriptionprivate class
Ordered implementation that always fails.Fields in com.google.common.truth declared as OrderedModifier and TypeFieldDescriptionprivate static final Ordered
IterableSubject.IN_ORDER
Ordered implementation that does nothing because it's already known to be true.Methods in com.google.common.truth that return OrderedModifier and TypeMethodDescriptionDeprecated.Deprecated.UseIterableSubject.contains(Object)
instead.Deprecated.private Ordered
IterableSubject.containsAll
(String failVerb, Iterable<?> expected) IterableSubject.containsAllIn
(Iterable<?> expected) Attests that the subject contains at least all of the provided objects or fails, potentially permitting duplicates in both the subject and the parameters (if the subject even can have duplicates).IterableSubject.containsAllOf
(Object first, Object second, Object... rest) Attests that the subject contains at least all of the provided objects or fails, potentially permitting duplicates in both the subject and the parameters (if the subject even can have duplicates).IterableSubject.containsExactly
(Object... varargs) Attests that a subject contains all of the provided objects and only these objects or fails, potentially permitting duplicates in both the subject and the parameters (if the subject even can have duplicates).private Ordered
IterableSubject.containsExactly
(String failVerb, Iterable<?> required) IterableSubject.containsExactlyElementsIn
(Iterable<?> expected) Attests that a subject contains all of the provided objects and only these objects or fails, potentially permitting duplicates in both the subject and the parameters (if the subject even can have duplicates).IterableSubject.containsOnlyElements
(Object first, Object second, Object... rest) Deprecated.UseIterableSubject.containsExactly(Object...)
instead.IterableSubject.containsOnlyElementsIn
(Iterable<?> expected) Deprecated.UseIterableSubject.containsExactlyElementsIn(Iterable)
instead.Attests that a Collection contains at all of the provided objects and only these objects or fails.Attests that a Collection contains at all of the provided objects and only these objects or fails.Attests that a Collection contains at all of the objects contained in the provided collection and only these objects or fails.
IterableSubject.containsAllIn(Iterable<?>)
instead.