protected void setUp() throws Exception { super.setUp(); monitor = new FlatMonitor(); monitor.start(); }
protected void tearDown() throws Exception { monitor.stop(); monitor.reset(); monitor = null; super.tearDown(); }