示例#1
0
        public void CommandLineRunnerWillRunOperationsAsync()
        {
            var command = new ConsoleCommand
            {
                CommandFullLocation = "CommandLineUnitTester",
                Arguments           = "wait"
            };

            var runner = new ConsoleRunner(command);

            runner.BeginExecute();
        }