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