Exemple #1
0
        /**
         * This method is the main test that gathers all the tests.
         */
        public static void MainTest()
        {
            CategorizerTest categorizerTest = new CategorizerTest();

            categorizerTest.Test1();
        }
 /**
  * This method is the main test that gathers all the tests.
  */
 public static void MainTest()
 {
     CategorizerTest categorizerTest = new CategorizerTest();
     categorizerTest.Test1();
 }