Method ShouldHaveMessage
ShouldHaveMessage<T>()
Asserts that at least one message of the specified type exists. Returns the first match.
public TrackedMessage ShouldHaveMessage<T>() where T : notnull
Returns
Type Parameters
T
Asserts that at least one message of the specified type exists. Returns the first match.
public TrackedMessage ShouldHaveMessage<T>() where T : notnull
T