Пример #1
0
 protected void setUp() throws Exception {
   super.setUp();
   monitor = new FlatMonitor();
   monitor.start();
 }
Пример #2
0
 protected void tearDown() throws Exception {
   monitor.stop();
   monitor.reset();
   monitor = null;
   super.tearDown();
 }