Ejemplo n.º 1
0
 private void newTr(MyMockTaskRunner newTr) {
   if (tr != null) {
     tr.stopService();
   }
   tr = newTr;
   tr.initService(getMockLockssDaemon());
   tr.startService();
 }
Ejemplo n.º 2
0
 public void tearDown() throws Exception {
   TimeBase.setReal();
   tr.stopService();
   super.tearDown();
 }