License |
License |
---|---|
GroupId | GroupIdcom.axway.ats.framework |
ArtifactId | ArtifactIdats-testharness |
Last Version | Last Version4.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionATS-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 Optional | jar | 4.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 4.1 |
org.powermock : powermock-module-junit4 | jar | 2.0.4 |
org.powermock : powermock-api-easymock | jar | 2.0.4 |