Package com.google.common.truth
Class IterableSubject.NotInOrder
- java.lang.Object
-
- com.google.common.truth.IterableSubject.NotInOrder
-
-
Constructor Summary
Constructors Constructor Description NotInOrder(java.lang.String check, java.lang.Iterable<?> required)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inOrder()
An additional assertion, implemented by some containment subjects which allows for a further constraint of orderedness.
-