Skip to content

Installing Fest Assertions

joel-costigliola edited this page Apr 15, 2012 · 11 revisions

(to main page)

Fest assertions are available from Maven central repository, you can download it manually or use Maven.

Manual download

Fest Assertions can be downloaded from Maven central repository here.
Use the zip archive to get Fest Assertions 2.0M1 jar and its dependencies.

Maven

For Maven 2 users, just add the following xml snippet to your pom :

<dependency>
   <groupId>org.easytesting</groupId>
   <artifactId>fest-assert-core</artifactId>
   <version>2.0M1</version>
</dependency>