Download joala-testlets-1.2.1.jar file - Jar j

Jar examples for j:joala-testlets

Description

Testlets are set of tests to apply to a software under test (SUT). Testlets itself contain multiple tests which are run with the provided SUT to see if it meets a bunch of requirements specified through the testlet.

You can download jar file joala-testlets 1.2.1 in this page.

License

Open Source License

Build File

You can use the following script to add joala-testlets-1.2.1.jar to your project.

<dependency>
   <groupId>net.joala</groupId>
   <artifactId>joala-testlets</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'net.joala', name: 'joala-testlets', version: '1.2.1'
libraryDependencies += "net.joala" % "joala-testlets" % "1.2.1"
<dependency org="net.joala" name="joala-testlets" rev="1.2.1"/>
@Grapes(@Grab(group='net.joala', module='joala-testlets', version='1.2.1'))
'net.joala:joala-testlets:jar:1.2.1'

Download

Click the following link to download the jar file.

joala-testlets-1.2.1-javadoc.jar
joala-testlets-1.2.1-sources.jar
joala-testlets-1.2.1.jar
joala-testlets-1.2.1.pom



Related Tutorials