Ejemplo n.º 1
0
 /// <inheritdoc/>
 public void Dispose()
 {
     BbobRunnerTests.DeleteInstanceFile();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BbobRunnerTests"/> class.
 /// Behaves like the [TestInitialize] of MSTest framework.
 /// </summary>
 public BbobRunnerTests()
 {
     BbobRunnerTests.DeleteInstanceFile();
 }