Exemplo n.º 1
0
 public RegisterCommandTests() : base()
 {
     command  = CommandMock.CreateDefault();
     command2 = CommandMock.Create(new string[] { "mock2" }, new string[] { "mockDescripton" });
 }
Exemplo n.º 2
0
 internal RunCommandTests()
 {
     helloCommand = CommandMock.Create(new string[] { "hello", "hi" }, new string[] { "This is the hello command" });
     echoCommand  = CommandMock.Create(new string[] { "echo", "helloShell" }, new string[] { "This is the echo command" });
 }