Annotation Type GivenYamlResource
-
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @API(status=EXPERIMENTAL, since="0.1") public @interface GivenYamlResourceAnnotates field or test parameter that must be injected with parsed content of YAML resource file with path'from'.- See Also:
WithSnakeYaml
-
-
Element Detail
-
value
java.lang.String value
- Returns:
- Alias for
from().
- Default:
- ""
-
-
-
yaml
java.lang.String yaml
- Returns:
- Optional. Name of Snakeyaml
Yamlobject annotated withWithSnakeYamlthat will be used to parse resource.
- Default:
- ""
-
-