Convert into primary constructor.

This commit is contained in:
2023-10-04 08:29:56 +01:00
parent ef6be56f5f
commit ac79d1e94e
113 changed files with 181 additions and 429 deletions

View File

@@ -34,10 +34,8 @@ using NUnit.Framework;
namespace Aaru.Tests.Filesystems.exFAT;
[TestFixture]
public class GPT : FilesystemTest
public class GPT() : FilesystemTest("exfat")
{
public GPT() : base("exfat") {}
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "exFAT (GPT)");
public override IFilesystem Plugin => new Aaru.Filesystems.exFAT();
public override bool Partitions => true;