| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.axway.ats.framework |
| Идентификатор | Идентификаторats-testharness |
| Последняя версия | Последняя версия4.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеATS-TestHarness
ATS Test Harness Library is the entry point of ATS framework which listens
for testing framework events as start/stop run, start/stop test, test result statuses.
It also manages data provider tests as the supported Excel data provider.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ats-testharness-4.0.8.pom | |
| ats-testharness-4.0.8.jar | 65 KB |
| ats-testharness-4.0.8-sources.jar | 55 KB |
| ats-testharness-4.0.8-javadoc.jar | 185 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/ -->
<dependency>
<groupId>com.axway.ats.framework</groupId>
<artifactId>ats-testharness</artifactId>
<version>4.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/
implementation 'com.axway.ats.framework:ats-testharness:4.0.8'
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/
implementation ("com.axway.ats.framework:ats-testharness:4.0.8")
'com.axway.ats.framework:ats-testharness:jar:4.0.8'
<dependency org="com.axway.ats.framework" name="ats-testharness" rev="4.0.8">
<artifact name="ats-testharness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.framework', module='ats-testharness', version='4.0.8')
)
libraryDependencies += "com.axway.ats.framework" % "ats-testharness" % "4.0.8"
[com.axway.ats.framework/ats-testharness "4.0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.axway.ats.framework : ats-common | jar | 4.0.8 |
| com.axway.ats.framework : ats-core | jar | 4.0.8 |
| com.axway.ats.framework : ats-configuration | jar | 4.0.8 |
| com.axway.ats.framework : ats-log | jar | 4.0.8 |
| org.testng : testng | jar | 6.10 |
| com.beust : jcommander | jar | 1.48 |
| org.apache.poi : poi | jar | 4.1.2 |
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| junit : junit Необязательный | jar | 4.13.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.easymock : easymock | jar | 4.1 |
| org.powermock : powermock-module-junit4 | jar | 2.0.4 |
| org.powermock : powermock-api-easymock | jar | 2.0.4 |