예제 #1
0
 public void ExecuteCommand_VerificationPasses_CommandIsExecuted()
 {
     using(var steps = new Steps()) {
         steps.ExecuteCommand();
         steps.VerifyCommandWasExecuted();
     }
 }