Skip to content
Joel Costigliola edited this page Jan 24, 2014 · 63 revisions

AssertJ documentation

AssertJ is a Java library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier.

AssertJ requires Java SE 6.0 or later and can be used with either JUnit or TestNG.

Check our new site assertj.org for the most up to date documentation !

Migration Guides

v3.25 → v4.0

Clone this wiki locally