Annotation Interface AfterScenario


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface AfterScenario
Marks methods to be executed after the whole Scenario has been executed. It is guaranteed that the method is only invoked once