Class Ordering

  • Direct Known Subclasses:
    Sorter

    public abstract class Ordering
    extends java.lang.Object
    Reorders tests. An Ordering can reverse the order of tests, sort the order or even shuffle the order.

    In general you will not need to use a Ordering directly. Instead, use Request.orderWith(Ordering).

    Since:
    4.13