Download joala-conditions-1.2.0.jar file - Jar j

Jar examples for j:joala-conditions

Description

Implements Waiting for JUnit tests. Concept contains expressions which are responsible to retrieve a state of the application, matcher to verify the expected state (from Hamcrest Library) and conditions which are responsible to repeat the evaluation of the given expression until the state matches the expected state.

You can download jar file joala-conditions 1.2.0 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials