Download joala-testlets-1.1.0.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.1.0 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials