All Packages Class Hierarchy This Package Previous Next Index
Class gjt.test.StopwatchTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.StopwatchTest
- public class StopwatchTest
- extends UnitTest
Unit test for the Stopwatch class. This unit test creates 3
LabelCanvases and 3 stopwatches. Each LabelCanvas selects
and deselects at the rate of once per half second, once
per second and once every two seconds. The selections and
deselections are controlled by 3 stopwatches.
- See Also:
- UnitTest, Stopwatch, StopwatchClient
-
StopwatchTest()
-
-
centerPanel()
-
-
title()
-
StopwatchTest
public StopwatchTest()
title
public String title()
- Overrides:
- title in class UnitTest
centerPanel
public Panel centerPanel()
- Overrides:
- centerPanel in class UnitTest
All Packages Class Hierarchy This Package Previous Next Index