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

            rankerTest.Test1();
        }