Package com.google.common.truth
Interface Ordered
- All Known Implementing Classes:
IterableSubject.NotInOrder
public interface Ordered
-
Method Summary
Modifier and TypeMethodDescriptionvoid
inOrder()
An additional assertion, implemented by some containment subjects which allows for a further constraint of orderedness.
-
Method Details
-
inOrder
void inOrder()An additional assertion, implemented by some containment subjects which allows for a further constraint of orderedness.
-