Beispiel #1
0
 public void Do_nothing_for_commands()
 {
     Assert.DoesNotThrow(async() => await stub.Tell(new object()));
 }