public void CommandInvoked() { var cmdl = new SomeCmdlet(); cmdl.CmdletProperty = true; cmdl.DebugSomeCommand(); }
public void CommandNotInvoked() { var cmdl = new SomeCmdlet(); cmdl.DebugSomeCommand(); }