/testing-tools

Tools for automatic software testing in Maven.

Primary LanguageJava

testing-tools

Some convenient testing tools for people working with Maven and Eclipse. There is a tool for location directories relative to Maven/Eclipse project directories as well as a convenient wrapper for Jetty to "emulate" backend servers.

Download

Binaries can be download from http://repo1.maven.org/maven2/com/jolira/testing-tools/

Maven

Jolirium is available from the Central Maven Repository and all the mirrors using the following dependency:

<dependencies>
  <dependency>
    <groupId>com.jolira</groupId>
    <artifactId>testing-tools</artifactId>
    <version>1.2.7</version>
  </dependency>
</dependencies>

Examples

Take a look at src/test/java.