protected void tearDown() throws Exception {
   super.tearDown();
   if (equinox != null) equinox.shutdown();
 }
Ejemplo n.º 2
0
 protected void tearDown() throws Exception {
   super.tearDown();
   engine = null;
 }