Method Summary |
|
protected void | setUp() This setup will be running server side. |
public static Test | suite() Return a test suite of all our tests. |
protected void | tearDown() Shut down our turbine servlet and let our parents clean up also. |
public void | testAfternoon() Test a time in the afternoon. |
public void | testCurrentTime() |
public void | testInvalidTime() Test that an invalid time returns null. |
public void | testMidnight() Test the midnight special case. |
public void | testMorning() Test a time in the morning. |
public void | testNoon() Test the noon special case. |