// Purpose: This class simply calls the testDriving in Time class TestTime { public static void main (String [] a ) { Time.testDriver(); } }