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