License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdse.comhem.cucumber.annotations |
ArtifactId | ArtifactIdEnumToStringForCucumber |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnum 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 |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |