Is there a way to log all assertions, not just failing ones?
I wonder whether AssertJ provides an interface to access the details of the assertion (WritableAssertionInfo
) and the result of the assertion? Is there any way to hook into the assertion process and add a simple log output?
I checked the documentation, the Java API and some related questions (like this one) but couldn't find a solution to my use-case.