示例#1
0
 /**
  * This method is the main test that gathers all the tests.
  */
 public static void MainTest()
 {
     ExtractorTest testExtractor = new ExtractorTest();
     testExtractor.test1();
     testExtractor.test2();
     testExtractor.test3();
     testExtractor.test4();
     testExtractor.test5();
     //testExtractor.test6();
 }
示例#2
0
        /**
         * This method is the main test that gathers all the tests.
         */
        public static void MainTest()
        {
            ExtractorTest testExtractor = new ExtractorTest();

            testExtractor.test1();
            testExtractor.test2();
            testExtractor.test3();
            testExtractor.test4();
            testExtractor.test5();
            //testExtractor.test6();
        }