Last Version

Enum to string for Cucumber 1.3

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.

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

se.comhem.cucumber.annotations
ArtifactId

ArtifactId

EnumToStringForCucumber
Version

Version

1.3
Type

Type

jar
Description

Description

Enum to string for Cucumber
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.
Project URL

Project URL

https://github.com/ComHem/EnumToStringForCucumber
Source Code Management

Source Code Management

https://github.com/ComHem/EnumToStringForCucumber

Download EnumToStringForCucumber 1.3


<!-- https://jarcasting.com/artifacts/se.comhem.cucumber.annotations/EnumToStringForCucumber/ -->
<dependency>
    <groupId>se.comhem.cucumber.annotations</groupId>
    <artifactId>EnumToStringForCucumber</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.comhem.cucumber.annotations/EnumToStringForCucumber/
implementation 'se.comhem.cucumber.annotations:EnumToStringForCucumber:1.3'
// https://jarcasting.com/artifacts/se.comhem.cucumber.annotations/EnumToStringForCucumber/
implementation ("se.comhem.cucumber.annotations:EnumToStringForCucumber:1.3")
'se.comhem.cucumber.annotations:EnumToStringForCucumber:jar:1.3'
<dependency org="se.comhem.cucumber.annotations" name="EnumToStringForCucumber" rev="1.3">
  <artifact name="EnumToStringForCucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.comhem.cucumber.annotations', module='EnumToStringForCucumber', version='1.3')
)
libraryDependencies += "se.comhem.cucumber.annotations" % "EnumToStringForCucumber" % "1.3"
[se.comhem.cucumber.annotations/EnumToStringForCucumber "1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 17.0

Project Modules

There are no modules declared in this project.