Пример #1
0
 @After
 public final void tearDown() throws Exception {
   setup = false;
   tearDownInternal();
   if (repo != null) {
     repo.close();
   }
   repo = null;
   injector = null;
 }