Esempio n. 1
0
 public void ExecuteCommand_CommandIsSubclass_CommandHandlerForSubclassIsExecuted()
 {
     using(var steps = new Steps()) {
         steps.ExecuteChildCommand();
         steps.VerifyChildCommandWasExecuted();
     }
 }