コード例 #1
0
 @AfterMethod
 public void afterMethod(ITestResult result) {
   super.afterMethod(result);
 }
コード例 #2
0
 @AfterTest
 public void afterTest() {
   super.afterTest();
 }
コード例 #3
0
 @BeforeMethod
 public void beforeMethod(Method method) {
   super.beforeMethod(method);
 }
コード例 #4
0
 @BeforeTest
 public void beforeTest() throws Exception {
   super.beforeTest();
 }