Ejemplo n.º 1
0
 @AfterMethod
 public void afterMethod(ITestResult result) {
   super.afterMethod(result);
 }
Ejemplo n.º 2
0
 @AfterTest
 public void afterTest() {
   super.afterTest();
 }
Ejemplo n.º 3
0
 @BeforeMethod
 public void beforeMethod(Method method) {
   super.beforeMethod(method);
 }
Ejemplo n.º 4
0
 @BeforeTest
 public void beforeTest() throws Exception {
   super.beforeTest();
 }