Class Ordering

java.lang.Object
org.junit.runner.manipulation.Ordering
Direct Known Subclasses:
Sorter

public abstract class Ordering extends 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
  • Field Details

  • Constructor Details

    • Ordering

      public Ordering()
  • Method Details