Assertions examples - alexruiz/fest-assert-2.x GitHub Wiki
The best source of examples is the fest-examples project which shows what is possible with Fest Assertions.
To be fun to read, the examples are based on The Lord of the Rings and Star Wars (and soon Games of Thrones ;-)
Please have a look at fest-examples project sources (the advanced package contains examples of Condition and how to extends Fest Assertions for your own objects).
Fest-examples contains a bunch of JUnit tests showing assertions usage. You can fork the project and run the tests, they should all pass ! The idea here is to have a "living documentation" always up to date with Fest Assertions.