Skip to content

Commit

Permalink
Add links to Guava and Joda Time assertions modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jan 14, 2013
1 parent b121a57 commit f6f31ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FEST-Assert provides a fluent interface for assertions.

Example:

```
```java
int removed = employees.removeFired();
assertThat(removed).isZero();

Expand All @@ -22,6 +22,10 @@ IDE will show you all the assertions available for the type of the object to ver
order of the "expected" and "actual" values. Our assertions are very readable as well: they read very close to plain
English, making it easier for non-technical people to read test code.

FEST provides also separate modules for :
* [**Joda Time assertions**](https://github.com/joel-costigliola/fest-joda-time-assert)
* [**Guava assertions**](https://github.com/joel-costigliola/fest-guava-assert)

For more details please visit :

* **[FEST-Assert's wiki](https://github.com/alexruiz/fest-assert-2.x/wiki)** for the most up to date documentation.
Expand Down

0 comments on commit f6f31ed

Please sign in to comment.