Overview

A testing toolbox for Spring or CDI application using a datasource.

Installation with maven

Maven repository

<repository>
    <id>testing-toolbox-mvn-repo</id>
    <url>https://raw.github.com/testing-toolbox/testing-toolbox-core/mvn-repo/</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

Maven dependency

<dependency>
    <groupId>testing-toolbox</groupId>
    <artifactId>testing-toolbox-core</artifactId>
    <version>${testing-toolbox-core.version}</version>
</dependency>

Versions

You could see the available version here.

License

Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

See also