Ejemplo n.º 1
0
 /** Tests the functionality of getTimeString */
 public void testGetTimeString() {
   // just test that we don't get an empty string
   assertTrue("" != StopWatch.getTimeString(12));
 }