TestSort

Tests the stable in-place sorting implementations.

Methods
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
void test()
void test() throws Exception

Fields
static Comparator comp
static AtomicInteger compareCount

comp

The comparison object used in this test.

compareCount

The number of times the compare method was called.