Skip to content

Installing Fest Assertions

joel-costigliola edited this page Mar 21, 2012 · 11 revisions

Fest Assertions can be downloaded here.
For Maven 2 users, just add the following xml snippet to your pom :

<dependency>
    <groupId>org.easytesting</groupId>
    <artifactId>fest-assert</artifactId>
    <version>1.4</version>
</dependency>