コード例 #1
0
 @AfterMethod
 public void tearDown() {
   super.tearDown();
 }
コード例 #2
0
ファイル: TCAPComponentsTest.java プロジェクト: nacerix/jss7
 /*
  * (non-Javadoc)
  *
  * @see junit.framework.TestCase#tearDown()
  */
 @AfterMethod
 public void tearDown() {
   this.tcapStack1.stop();
   this.tcapStack2.stop();
   super.tearDown();
 }