Ejemplo n.º 1
0
 @After
 public void tearBinding() throws NoSuchFieldException, IllegalAccessException {
   if (installerFrameFixture != null) {
     installerFrameFixture.cleanUp();
     installerFrameFixture = null;
   }
 }
Ejemplo n.º 2
0
 // @After
 public void tearDown() {
   window.cleanUp();
 }
Ejemplo n.º 3
0
 protected void tearDown() throws Exception {
   window.cleanUp();
 }
Ejemplo n.º 4
0
 @After
 public void tearDown() throws SQLException, PatrimonioException {
   if (sala != null) SalaDAO.getInstance().excluir(sala);
   window.cleanUp();
 }
Ejemplo n.º 5
0
 @Override
 public void onTearDown() {
   window.cleanUp();
 }
 public void closeAndDispose() {
   if (focusedWindow != null) focusedWindow.cleanUp();
 }