I highly recommend to use AssertJ for your test assertions.

AssertJ is an opensource library that provides a fluent interface for writing assertions and helpfull error messages. AssertJ helps to improve test code readability and maintainability.

See some posts about AssertJ here - AssertJ

More information can be found on the official site - Assertj