Package org.nm.ntutimetabletoics.helpers

Examples of org.nm.ntutimetabletoics.helpers.Configurator.doConfigure()


     * Test of saveICals method, of class NTUTimetable.
     */
    public void testSaveICals() {
        System.out.println("saveICals");
        Configurator c = new Configurator();
        NTUTimetable instance = c.doConfigure("/home/nmutiara/NetBeansProjects/ntutimetabletoics/examples/conf.xml");
        instance.saveICals();
        //assertEquals(true, new File("/home/nmutiara/NetBeansProjects/ntutimetabletoics/examples/reg-timetable/export").exists());
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.