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