Interface SpliteratorTester.Ordered

Enclosing class:
SpliteratorTester<E extends @Nullable Object>

public static interface SpliteratorTester.Ordered
Return type from "contains the following elements" assertions.
Since:
33.4.0 (but since 21.0 in the JRE flavor)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.