コード例 #1
0
ファイル: RankerTest.cs プロジェクト: eumagnun/iwebcrawler
 /**
  * This method is the main test that gathers all the tests.
  */
 public static void MainTest()
 {
     RankerTest rankerTest = new RankerTest();
     rankerTest.Test1();
 }
コード例 #2
0
ファイル: RankerTest.cs プロジェクト: dangtranduc/iwebcrawler
        /**
         * This method is the main test that gathers all the tests.
         */
        public static void MainTest()
        {
            RankerTest rankerTest = new RankerTest();

            rankerTest.Test1();
        }