We have a test suite that primarily uses JUnit assertions with Hamcrest matchers. One of our team started experimenting with AssertJ and impressed people with its syntax, fl
Use the inbuilt as() method in AssertJ. For example:
as()
assertThat(myTest).as("The test microservice is not active").isEqualTo("active");