| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| EnumToStringForCucumber-1.3.pom | |
| EnumToStringForCucumber-1.3.jar | 10 KB |
| EnumToStringForCucumber-1.3-sources.jar | 4 KB |
| EnumToStringForCucumber-1.3-javadoc.jar | 27 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 17.0 |