Ejemplo n.º 1
0
 private void assertHasNotReceivedAllCompleteMessage()
 {
     listener.AssertWasNotCalled(x => x.Receive(null), x => x.IgnoreArguments());
 }