FEST Util.
Utility methods used by FEST modules.
Here is the list of declaration for fest-util. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.easytesting</groupId> <artifactId>fest-util</artifactId> <version>1.2.5</version> </dependency>
If you think this Maven repository POM file listing for fest-util is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The fest-util-1.2.5 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Testing Mock | mockito-all 1.9.0 Mock objects library for java | 257 |
The following table lists the most popular artifacts which are depending on fest-util-1.2.5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | fest-assert-core 2.0M10 'Flexible' or 'fluent' assertions for testing | 51 |
Android | robolectric 2.2 An alternative Android testing framework. | 10 |
The following packages are defined in the fest-util-1.2.5.jar
org.fest.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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> <artifactId>fest-util</artifactId> <version>1.2.5</version> <name>FEST Util</name> <description>Utility methods used by FEST modules</description> <inceptionYear>2007</inceptionYear> <url>http://fest.easytesting.org</url> <parent> <groupId>org.easytesting</groupId> <artifactId>fest</artifactId> <version>1.0.15</version> </parent> <mailingLists> <mailingList> <name>Easy Testing Group</name> <post>http://groups.google.com/group/easytesting</post> <subscribe>http://groups.google.com/group/easytesting</subscribe> <unsubscribe>http://groups.google.com/group/easytesting</unsubscribe> </mailingList> </mailingLists> <scm> <developerConnection>scm:git:git@github.com:alexruiz/fest-util.git</developerConnection> <connection>scm:git:git://github.com/alexruiz/fest-util.git</connection> <url>https://github.com/alexruiz/fest-util</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> </dependencies> <issueManagement> <system>github</system> <url>https://github.com/alexruiz/fest-util/issues</url> </issueManagement> </project>