Exemplo n.º 1
0
 public void testStartStop() {
   assert time_service.running();
   time_service.stop();
   Util.sleep(2000);
   assert !time_service.running();
 }