/// <inheritdoc/> public void Dispose() { this._parser = null; }
/// <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(); }