Maven Repository - POM file for Testing fest-assert-core 2.0M10 2.0M10

Summary

FEST Fluent Assertions (Core).

'Flexible' or 'fluent' assertions for testing.

Declaration

Here is the list of declaration for fest-assert-core. 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-assert-core</artifactId>
   <version>2.0M10</version>
</dependency>

If you think this Maven repository POM file listing for fest-assert-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The fest-assert-core-2.0M10 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Libraryfest-util 1.2.5
Utility methods used by FEST modules
5
Testing Mockmockito-all 1.9.0
Mock objects library for java
257




Depended by

The following table lists the most popular artifacts which are depending on fest-assert-core-2.0M10. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Cachedisklrucache 2.0.2
A disk-based implementaion of a least-recently used cache.
6
Androidfest-android 1.0.3
A set of FEST assertion helpers geared toward testing Android.
6
Androidrobolectric 2.2
An alternative Android testing framework.
10
JUnitjunit-benchmarks 0.7.2
A framework for writing performance micro-benchmarks using JUnit4 annotations.
5

Packages

The following packages are defined in the fest-assert-core-2.0M10.jar

org.fest.assertions.api
org.fest.assertions.api.filter
org.fest.assertions.condition
org.fest.assertions.core
org.fest.assertions.data
org.fest.assertions.description
org.fest.assertions.error
org.fest.assertions.groups
org.fest.assertions.internal
org.fest.assertions.util




POM File Source

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-assert-core</artifactId>
  <version>2.0M10</version>
  <name>FEST Fluent Assertions (Core)</name>
  <description>'Flexible' or 'fluent' assertions for testing</description>
  <inceptionYear>2007</inceptionYear>
  <url>http://fest.easytesting.org/assert</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-assert-2.x.git</developerConnection>
    <connection>scm:git:git://github.com/alexruiz/fest-assert-2.x.git</connection>
    <url>https://github.com/alexruiz/fest-assert-2.x</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/alexruiz/fest-assert-2.x/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-util</artifactId>
      <version>1.2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-test</artifactId>
      <version>2.1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>