Skip to content

jolira/testing-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tools for automatic software testing in Maven.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages