コード例 #1
0
        /**
         * This method is the main test that gathers all the tests.
         */
        public static void MainTest()
        {
            HttpPageCategorizationProcessorTest testProcessor = new HttpPageCategorizationProcessorTest();

            testProcessor.Test1();
        }
コード例 #2
0
 /**
  * This method is the main test that gathers all the tests.
  */
 public static void MainTest()
 {
     HttpPageCategorizationProcessorTest testProcessor = new HttpPageCategorizationProcessorTest();
     testProcessor.Test1();
 }