public void ExecutorTest() { var executor = new CommandExecutor(); string result = executor.Exec("echo", "hello"); Assert.AreEqual("hello\n", result); }