Download joala-testlets-1.2.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.2.0 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials