infinitest.
The Infinitest coninuous testing tool.
Here is the list of declaration for infinitest. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.infinitest</groupId> <artifactId>infinitest</artifactId> <version>4.0.1</version> </dependency>
If you think this Maven repository POM file listing for infinitest is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU General Public License v2
URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
The following packages are defined in the infinitest-4.0.1.jar
junit.runner org.infinitest org.infinitest.core org.infinitest.swingui org.infinitest.util
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.infinitest</groupId> <artifactId>infinitest</artifactId> <packaging>jar</packaging> <version>4.0.1</version> <name>infinitest</name> <description>The Infinitest coninuous testing tool</description> <url>http://code.google.com/p/infinitest/</url> <licenses> <license> <name>GNU General Public License v2</name> <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url> </license> </licenses> <scm> <connection>scm:svn:http://infinitest.googlecode.com/svn/trunk/</connection> <developerConnection>scm:svn:https://infinitest.googlecode.com/svn/trunk/</developerConnection> </scm> <issueManagement> <system>Google Code</system> <url>http://code.google.com/p/infinitest/issues/</url> </issueManagement> </project>