Testamation Framekwork
Authors: Ratha Long & Paul Jacobs
Functional/integration test framework for web projects
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.rlon008 |
| Идентификатор | Идентификаторtestamation-parent |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTestamation
A functional/integration almost-black-box testing framework for web application
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testamation-parent-1.3.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/
implementation 'com.github.rlon008:testamation-parent:1.3'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/
implementation ("com.github.rlon008:testamation-parent:1.3")
'com.github.rlon008:testamation-parent:pom:1.3'
<dependency org="com.github.rlon008" name="testamation-parent" rev="1.3">
<artifact name="testamation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-parent', version='1.3')
)
libraryDependencies += "com.github.rlon008" % "testamation-parent" % "1.3"
[com.github.rlon008/testamation-parent "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
Functional/integration test framework for web projects