com.tngtech.jgiven.annotation
Annotation Type AfterScenario


@Documented
@Retention(value=RUNTIME)
@Target(value=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



Copyright © 2014 TNG Technology Consulting. All rights reserved.