I need help to creat this tester class, for my sort class, can some one help me.
public static void sort( Comparable[] x, int algorithm, int test ) this method sorts the given array with the specified algorithm and test. The results of the test are printed to the console. The values for algorithm are specified by the class constants SortTester.MERGESORT, SortTester.BASIC_QUICKSORT, and SortTester.ENHANCED_QUICKSORT. The values for test are specified by the class constants SortTester.NONE, SortTester.TIMING_TEST, and SortTester.COUNTING_TEST.