I have updated my springboot , along with that my assertj also seems to have upgraded. Now the test which was initially working in the older version is failing.
I want to assert several properties of an object with a single assert call. With JUnit 4 and Hamcrest I would have written something like this: assertThat(pro