@After public void tearDown() throws Exception { System.out.println( "--------------------- TEARDOWN " + name.getMethodName() + " -------------------------------------"); if (esSetup != null) { esSetup.terminate(); } }
@After public void tearDown() { searchIndex.stop(); esSetup.terminate(); }