/** * This method is the main test that gathers all the tests. */ public static void MainTest() { RankerTest rankerTest = new RankerTest(); rankerTest.Test1(); }