コード例 #1
0
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   framework.stop();
   IO.delete(tmp);
   Main.stop();
   IO.delete(IO.getFile("generated/cache"));
   IO.delete(IO.getFile("generated/storage"));
   framework.waitForStop(100000);
   super.tearDown();
 }
コード例 #2
0
 @Override
 protected void tearDown() throws Exception {
   framework.stop();
   framework.waitForStop(10000);
   IO.delete(tmp);
   super.tearDown();
 }
コード例 #3
0
 /**
  * JUnit teardown method.
  *
  * @throws Exception in case anything goes wrong.
  */
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
 }
コード例 #4
0
 /**
  * JUnit teardown method.
  *
  * @throws Exception in case anything goes wrong.
  */
 protected void tearDown() throws Exception {
   fixture.tearDown();
   super.tearDown();
 }