示例#1
0
 /// <inheritdoc/>
 public void Dispose()
 {
     this._parser = null;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SapsRunnerConfigurationTests"/> class.
 /// Behaves like the [TestInitialize] of MSTest framework.
 /// </summary>
 public SapsRunnerConfigurationTests()
 {
     this._parser = new SapsRunnerConfigurationParser();
 }