Method RunCommand
RunCommand(String)
Runs a command against the current command configuration
Declaration
public virtual CommandTestCase.MockConsoleApp RunCommand(string command)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | A command as a string that will be parsed. |
Returns
Type | Description |
---|---|
CommandTestCase.MockConsoleApp | A MockConsoleApp that can be used to inspect the number of calls and arguments that will be passed to the Lucene CLI tool. |