mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Tests] Reformat and cleanup.
This commit is contained in:
@@ -38,6 +38,7 @@ public class DiskCopy42 : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "DiskCopy 4.2");
|
||||
|
||||
public override IMediaImage Plugin => new DiscImages.DiskCopy42();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -39,6 +39,7 @@ public class DiskDup : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "DiskDup+");
|
||||
|
||||
public override IMediaImage Plugin => new ZZZRawImage();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -35,11 +35,13 @@ using NUnit.Framework;
|
||||
|
||||
namespace Aaru.Tests.Images.ShrinkWrap.NDIF;
|
||||
|
||||
[TestFixture, SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
[TestFixture]
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class ROCo : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3",
|
||||
"NDIF", "DiskCopy compression");
|
||||
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -39,6 +39,7 @@ public class RdWr : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3",
|
||||
"NDIF", "No compression", "No encryption");
|
||||
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -39,6 +39,7 @@ public class Rdxx : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3",
|
||||
"NDIF", "Simple compression");
|
||||
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -39,6 +39,7 @@ public class Raw : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "raw");
|
||||
|
||||
public override IMediaImage Plugin => new ZZZRawImage();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
Reference in New Issue
Block a user