package caltool.schedule; import caltool.model.caldb.*; /**** * * Test driver for ScheduleTest. This driver class contains only a simple main * method that constructs the ScheduleTest class, constructs a stub CalendarDB, * and calls ScheduleTest.run. ScheduleTest takes it from there. * */ public class ScheduleTestDriver { /** * Construct a stub CalendarDB and call ScheduleTest.run(). */ public static void main(String[] args) { } }