Class Sorter

    • Field Detail

      • NULL

        public static final Sorter NULL
        NULL is a Sorter that leaves elements in an undefined order
    • Constructor Detail

      • Sorter

        public Sorter​(Comparator<Description> comparator)
        Creates a Sorter that uses comparator to sort tests
        Parameters:
        comparator - the Comparator to use when sorting tests
        Since:
        4.0