`events.shouldContainAll(OrderPlaced(pricedOrder))...
# kotlintest
m
events.shouldContainAll(OrderPlaced(pricedOrder))
just tells me that
Collection should contain all
and then does
toString()
on all the items in the expected collection. Feature Request required here? I know it's not easy to do this, so not surprised if it hasn't been done yet.