예제 #1
0
 /**
  * This method is the main test that gathers all the tests.
  */
 public static void MainTest()
 {
     RecordTest testingRecord = new RecordTest();
     testingRecord.test1();
     testingRecord.test2();
     testingRecord.test3();
     testingRecord.test4();
     testingRecord.test5();
 }
예제 #2
0
        /**
         * This method is the main test that gathers all the tests.
         */
        public static void MainTest()
        {
            RecordTest testingRecord = new RecordTest();

            testingRecord.test1();
            testingRecord.test2();
            testingRecord.test3();
            testingRecord.test4();
            testingRecord.test5();
        }