-
Notifications
You must be signed in to change notification settings - Fork 69
Installing Fest Assertions
joel-costigliola edited this page Apr 15, 2012
·
11 revisions
Fest assertions are available from Maven central repository, you can download it manually or use Maven.
Fest Assertions can be downloaded from Maven central repository here.
Use the zip archive to get Fest Assertions 2.0M1 jar and its dependencies.
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>