com.tngtech.jgiven.annotation
Annotation Type BeforeStage


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface BeforeStage

Marks methods to be executed before a stage is executed, i.e. before the first step is executed.

In particular, all values are injected at this point.

It is guaranteed that the method is only invoked once.



Copyright © 2014 TNG Technology Consulting. All rights reserved.