jaccept
Extension to TestNG to enabled automatic acceptance testing. The TestSuite TestCase are extended with operations providing added documentation and workflow control.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jaccept |
| Идентификатор | Идентификаторjaccept |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJaccept
TestNG extension providing acceptance test capabilities
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jaccept-0.4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jaccept/jaccept/ -->
<dependency>
<groupId>org.jaccept</groupId>
<artifactId>jaccept</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jaccept/jaccept/
implementation 'org.jaccept:jaccept:0.4'
// https://jarcasting.com/artifacts/org.jaccept/jaccept/
implementation ("org.jaccept:jaccept:0.4")
'org.jaccept:jaccept:pom:0.4'
<dependency org="org.jaccept" name="jaccept" rev="0.4">
<artifact name="jaccept" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jaccept', module='jaccept', version='0.4')
)
libraryDependencies += "org.jaccept" % "jaccept" % "0.4"
[org.jaccept/jaccept "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.7 |
Extension to TestNG to enabled automatic acceptance testing. The TestSuite TestCase are extended with operations providing added documentation and workflow control.