public void command_is_executed()
 {
     CommandExecuted.ShouldBeTrue();
 }
Example #2
0
 public void command_should_execute()
 {
     CommandExecuted.ShouldBeTrue();
 }