Interface Ordered
- All Known Implementing Classes:
IterableSubject.NotInOrder
public interface Ordered
-
Method Summary
Modifier and TypeMethodDescriptionvoidinOrder()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.
-