ActorTestKit<T>.AssertInboxSize method

Asserts that the actor inbox contains the specified number of events.

public void AssertInboxSize(int numEvents)
parameter description
numEvents The number of events in the inbox.

See Also