Beispiel #1
0
 public void TestExecuteShouldExecuteCommand()
 {
     _messageBus.Execute(_fakeCommand);
     _mockCommandBus.Verify(p => p.Execute(_fakeCommand));
 }