SEAF Test Commons.
SEAF utility classes used in test scope..
Here is the list of declaration for seaf-test-commons. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.seaf</groupId> <artifactId>seaf-test-commons</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for seaf-test-commons is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the seaf-test-commons-1.4.jar
net.sf.seaf.test.internal net.sf.seaf.test.internal.unitils net.sf.seaf.test.jmock net.sf.seaf.test.jmock.matchers net.sf.seaf.test.mockito net.sf.seaf.test.mockito.matchers net.sf.seaf.test.unitils net.sf.seaf.test.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> <parent> <groupId>net.sf.seaf</groupId> <artifactId>seaf-parent</artifactId> <version>11</version> <relativePath>../seaf-parent</relativePath> </parent> <!-- Artifact --> <groupId>net.sf.seaf</groupId> <artifactId>seaf-test-commons</artifactId> <version>1.4</version> <packaging>jar</packaging> <!-- Description --> <name>SEAF Test Commons</name> <description>SEAF utility classes used in test scope.</description> <url>http://seaf.sf.net/seaf-test-commons/</url> <scm> <connection>scm:svn:https://seaf.svn.sourceforge.net/svnroot/seaf/tags/seaf-test-commons/seaf-test-commons-1.4</connection> <developerConnection>scm:svn:https://seaf.svn.sourceforge.net/svnroot/seaf/tags/seaf-test-commons/seaf-test-commons-1.4</developerConnection> <url>http://seaf.svn.sf.net/viewvc/seaf/tags/seaf-test-commons/seaf-test-commons-1.4</url> </scm> <distributionManagement> <site> <id>seaf.sf.net</id> <url>scp://shell.sourceforge.net/home/project-web/seaf/htdocs/${project.artifactId}</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-legacy</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </dependency> <dependency> <groupId>org.unitils</groupId> <artifactId>unitils-core</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> </dependencies> </project>