Asserts that a message with the given subject was sent.
bool wasSentWithSubject(String subject) { return _sent.any((msg) => msg.subject == subject); }