Fix naming style.

This commit is contained in:
2022-03-15 01:37:37 +00:00
parent 265fa4fc17
commit d4b1e63e96
163 changed files with 3422 additions and 3306 deletions

View File

@@ -28,6 +28,7 @@
namespace Aaru.Tests.Images.QEMU;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Interfaces;
@@ -35,11 +36,12 @@ using Aaru.DiscImages;
using NUnit.Framework;
[TestFixture]
[SuppressMessage("ReSharper", "InconsistentNaming")]
public class QED : BlockMediaImageTest
{
public override string DataFolder =>
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Enhanced Disk");
public override IMediaImage _plugin => new Qed();
public override IMediaImage Plugin => new Qed();
public override BlockImageTestExpected[] Tests => new[]
{
@@ -49,7 +51,7 @@ public class QED : BlockMediaImageTest
MediaType = MediaType.GENERIC_HDD,
Sectors = 251904,
SectorSize = 512,
MD5 = "4bfc9e9e2dd86aa52ef709e77d2617ed",
Md5 = "4bfc9e9e2dd86aa52ef709e77d2617ed",
Partitions = new[]
{
new BlockPartitionVolumes