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,8 +37,8 @@ namespace Aaru.Tests.Images
[TestFixture]
public class CPCDSK : BlockMediaImageTest
{
public override string _dataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CPCDSK");
public override IMediaImage _plugin => new Cpcdsk();
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CPCDSK");
public override IMediaImage _plugin => new Cpcdsk();
public override BlockImageTestExpected[] Tests => new[]
{