Uses of Interface
com.google.common.truth.Ordered
Packages that use Ordered
-
Uses of Ordered in com.google.common.truth
Methods in com.google.common.truth that return OrderedModifier and TypeMethodDescriptionDeprecated.Deprecated.UseIterableSubject.contains(Object)instead.Deprecated.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).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.