Project Group: se.comhem.cucumber.annotations

Enum to string for Cucumber

se.comhem.cucumber.annotations : EnumToStringForCucumber

Processes an enum class annotated with @GenerateCucumberString, producing a new java source file which is also compiled. The generated class has a static String field, which is the concatenation of the enum values, with delimiter, suffix and prefix as specified in the annotation. These parameters (delimiter, suffix...) can be overridden. This field can be used in any annotation (but most useful in Cucumber annotations), as it's a compile time constant value.

Last Version: 1.3

Release Date:

  • 1