Ejemplo n.º 1
0
 public void ExecuteCommand_VerificationFails_CommandIsNotExecuted()
 {
     using(var steps = new Steps()) {
         steps.ExecuteInvalidCommand();
         steps.VerifyCommandWasNotExecuted();
         steps.VerifyValidationExeceptionWasThrown();
     }
 }