Jar examples for j:joala-testlets
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.0.1 in this page.
Open Source License
You can use the following script to add joala-testlets-1.0.1.jar to your project.
<dependency> <groupId>net.joala</groupId> <artifactId>joala-testlets</artifactId> <version>1.0.1</version> </dependency>
compile group: 'net.joala', name: 'joala-testlets', version: '1.0.1'
libraryDependencies += "net.joala" % "joala-testlets" % "1.0.1"
<dependency org="net.joala" name="joala-testlets" rev="1.0.1"/>
@Grapes(@Grab(group='net.joala', module='joala-testlets', version='1.0.1'))
'net.joala:joala-testlets:jar:1.0.1'
Click the following link to download the jar file.
joala-testlets-1.0.1-javadoc.jar