assertj-examples contains executable AssertJ assertions examples that you can run as JUnit tests.
Please have a look at assertions examples sources.
the master branch represents examples with the latest released version of assertj modules => you should be able to build it with mvn install
command.
the with-latest-snapshot-versions branch represents examples with the on going development version (maven snapshot) => you must build the dependent snapshot version before.
Contributing is easy, only two rules to follow :
- Use AssertJ code Eclipse formatting preferences (for Idea users, it is possible to import it)
- Add FUN examples ! ;-)
Thanks !