assertThat(listener.get(SimpleListener.EventType.STEP_STARTED_EVENT), is(1));
}
@Test
public void stepEventTest() throws Exception {
allure.fire(new StepEvent() {
@Override
public void process(Step context) {
}
});
assertThat(listener.get(SimpleListener.EventType.STEP_EVENT), is(1));