예제 #1
0
 /**
  * すべてのテスト毎に1度実行される処理.
  *
  * @throws InterruptedException InterruptedException
  */
 @After
 public void after() throws InterruptedException {
   // 作成したインデックスを消す
   EsIndex idx = EsModel.idxUser(idxName);
   idx.delete();
 }