Closed
Description
In practise, the thens assert on not only the response from the when, but also other state such as database interactions and wiremock verifications. There might be a better way of modelling this, because currently there will be ThenFactory
implementations that just ignore the response parameter entirely, which is a smell.