Package com.tngtech.jgiven.annotation
Annotation Type 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