Ejemplo n.º 1
0
        public void TestExample()
        {
            Assert.NotNull(_shellClient);
            Assert.True(_shellClient.SendCommand("ls"));
            List <string> commandResults = _shellClient.GetCommandResults();

            Assert.NotNull(commandResults);
            Assert.NotEmpty(commandResults);
        }