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.

Лицензия

Лицензия

Категории

Категории

Cucumber Тестирование приложения и мониторинг
Группа

Группа

se.comhem.cucumber.annotations
Идентификатор

Идентификатор

EnumToStringForCucumber
Последняя версия

Последняя версия

1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/ComHem/EnumToStringForCucumber
Система контроля версий

Система контроля версий

https://github.com/ComHem/EnumToStringForCucumber

Скачать EnumToStringForCucumber

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 17.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3