Jar examples for a:ats-testharness
ATS Test Harness Library is the entry point of ATS framework which listens for events as start/stop run, start/stop test and also manage data provider tests as the supported Excel data provider. It is also responsible for Quality Center integration.
You can download jar file ats-testharness 4.0.0-SHAPSHOT in this page.
You can use the following script to add ats-testharness-4.0.0-SHAPSHOT.jar to your project.
<dependency> <groupId>com.axway.ats.framework</groupId> <artifactId>ats-testharness</artifactId> <version>4.0.0-SHAPSHOT</version> </dependency>
compile group: 'com.axway.ats.framework', name: 'ats-testharness', version: '4.0.0-SHAPSHOT'
libraryDependencies += "com.axway.ats.framework" % "ats-testharness" % "4.0.0-SHAPSHOT"
<dependency org="com.axway.ats.framework" name="ats-testharness" rev="4.0.0-SHAPSHOT"/>
@Grapes(@Grab(group='com.axway.ats.framework', module='ats-testharness', version='4.0.0-SHAPSHOT'))
'com.axway.ats.framework:ats-testharness:jar:4.0.0-SHAPSHOT'
Click the following link to download the jar file.
ats-testharness-4.0.0-SHAPSHOT-javadoc.jar