コード例 #1
0
 public void __stepFinish() {
   Allure.LIFECYCLE.fire(new StepFinishedEvent());
 }
コード例 #2
0
 public void __stepStart(String stepName) {
   Allure.LIFECYCLE.fire(new StepStartedEvent(stepName));
 }