@AfterMethod
 public void tearDown() {
   super.tearDown();
 }
Beispiel #2
0
 /*
  * (non-Javadoc)
  *
  * @see junit.framework.TestCase#tearDown()
  */
 @AfterMethod
 public void tearDown() {
   this.tcapStack1.stop();
   this.tcapStack2.stop();
   super.tearDown();
 }