public RegisterCommandTests() : base() { command = CommandMock.CreateDefault(); command2 = CommandMock.Create(new string[] { "mock2" }, new string[] { "mockDescripton" }); }
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" }); }