Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 897 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 897 Bytes

AssertJ assertions examples

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

Contributing is easy, only two rules to follow :

Thanks !