Package spock.lang

Annotation Type Execution


@Beta
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Execution
Allows to set the execution mode.
Since:
2.0
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    org.spockframework.runtime.model.parallel.ExecutionMode value  
  • Element Details

    • value

      org.spockframework.runtime.model.parallel.ExecutionMode value