MockMvc has support for print() to see what the exchange looks like. With MockMvcTester we can do this using .apply(print()) that requires a static import.

It would be nice to provide a shortcut for it in the Assert object.