Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestHelper"/> class.
 /// </summary>
 public TestHelper()
 {
     this.command = Command.Splunk();
 }
Beispiel #2
0
 /// <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;
 }