Package com.google.common.truth
Class IterableSubject.NotInOrder
java.lang.Object
com.google.common.truth.IterableSubject.NotInOrder
- All Implemented Interfaces:
Ordered
- Enclosing class:
IterableSubject<S extends IterableSubject<S,
T, C>, T, C extends Iterable<T>>
Ordered implementation that always fails.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
inOrder()
An additional assertion, implemented by some containment subjects which allows for a further constraint of orderedness.
-
Field Details
-
check
-
required
-
-
Constructor Details
-
NotInOrder
-
-
Method Details