JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.tngtech.jgiven.annotation
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