How to check whether a response list contains an item?
Short version: If my response is a list, how can I check that the list contains a specific item? Long version: My test suite has two steps: first I call an addCustomer method, then getCustomerByPho...