コード例 #1
0
 protected void tearDown() throws Exception {
   super.tearDown();
   if (equinox != null) equinox.shutdown();
 }
コード例 #2
0
ファイル: PhaseTest.java プロジェクト: star6539/incubator
 protected void tearDown() throws Exception {
   super.tearDown();
   engine = null;
 }