Ejemplo n.º 1
0
        public void ExecutorTest()
        {
            var    executor = new CommandExecutor();
            string result   = executor.Exec("echo", "hello");

            Assert.AreEqual("hello\n", result);
        }