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

            rankerTest.Test1();
        }