Annotation Type | Description |
---|---|
OnceBefore | This annotation may be applied to fixture methods in a Spock Spec that should be run once and only once before any test methods are run. |
RunOnce | This annotation may be applied to fixture methods in a Spock Spec that should be run once and only. |