/** * @throws CoreException * @throws java.lang.Exception */ @After public void tearDown() throws CoreException { super.cleanupWorkspace(); monitor.stopMonitoring(); monitor = null; }
/** @throws java.lang.Exception */ @Before public void setUp() throws Exception { monitor = new DialogMonitor(); monitor.startMonitoring(); }