/// <summary> /// Initializes a new instance of the <see cref="TestHelper"/> class. /// </summary> public TestHelper() { this.command = Command.Splunk(); }
/// <summary> /// Returns the command object, which picks up .splunkrc /// </summary> /// <returns>The command object</returns> public Command SetUp() { this.command = Command.Splunk(); return this.command; }