Interface SpliteratorTester.Ordered
- Enclosing class:
SpliteratorTester<E>
public static interface SpliteratorTester.Ordered
Return type from "contains the following elements" assertions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
inOrder()
Attests that the expected values must not just be present but must be present in the order they were given.
-
Method Details
-
inOrder
void inOrder()Attests that the expected values must not just be present but must be present in the order they were given.
-