Package org.nm.ntutimetabletoics.helpers

Examples of org.nm.ntutimetabletoics.helpers.Configurator


    /**
     * 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

Related Classes of org.nm.ntutimetabletoics.helpers.Configurator

Copyright © 2018 www.massapicom. 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.