Annotation Type WithSnakeYaml
@Target({FIELD,METHOD})
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="0.1")
public @interface WithSnakeYaml
Annotates field or method of a test class or of a tests advice class (see
TestsAdvice) that defines
Yaml object used to parse YAML resources.- See Also:
GivenYamlResource,GivenYamlDocumentsResource,TestsAdvice