Package spock.lang

Annotation Type Narrative


@Retention(RUNTIME)
@Target(TYPE)
public @interface Narrative
Allows to attach a natural-language description to a spec.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String value  
  • Element Details