Пример #1
0
        public void when_send_command_should_execute_the_command()
        {
            var command         = PowerShellCommand.SuccessfulCommand;
            var commandExecutor = new PowerShellHandler();

            commandExecutor.Execute(command);
        }
 public void Setup()
 {
     powerShellHandler = new PowerShellHandler();
 }