| org.columba.core.util.StopWatchTest
StopWatchTest | public class StopWatchTest extends TestCase (Code) | | Tests for the StopWatch class.
Note that this test relies heavily on time and should not be run at the same time
as a huge workload, if that is the case then some of the tests will fail.
author: redsolo |
Method Summary | |
public void | testStart() Tests to restarts the StopWatch and then stop it. | public void | testStop() Tests to start the StopWatch and then stop it. | public void | testTiming() Test to start the timer and stop it, and see that it returns a valid time. |
|
|