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