MVN

org.itest : itest

Maven & Gradle

Mar 12, 2015
4 stars

Java ITest Framework · Java ITest Framework is designed to simplify unit testing to minimum. You define tests by providing initial data and expected result data. The test data are placed just in your source code you want to test, as java annotations.

<dependency>
    <groupId>org.itest</groupId>
    <artifactId>itest</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.itest : itest to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of org.itest : itest to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
itest-1.5.0
1.3.x
itest-1.3.3
itest-1.3.2
itest-1.3.1
itest-1.3.0
1.2.x
itest-1.2.0
1.1.x
itest-1.1.1
itest-1.1.0
1.0.x
itest-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.itest</groupId>
    <artifactId>itest</artifactId>
    <version>1.5.0</version>
</dependency>

Advertisement