Refactor unit tests.

This commit is contained in:
2021-03-03 14:31:56 +00:00
parent 274e3dfa62
commit 01ac233e86
112 changed files with 128 additions and 131 deletions

View File

@@ -37,7 +37,7 @@ namespace Aaru.Tests.Images.MAME
[TestFixture]
public class V1 : BlockMediaImageTest
{
public override string _dataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v1");
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v1");
public override IMediaImage _plugin => new Chd();
public override BlockImageTestExpected[] Tests => new[]