Refactor filesystem unit tests.

This commit is contained in:
2021-03-01 21:33:58 +00:00
parent 7f3c0081ff
commit a3e626d9fa
114 changed files with 365 additions and 416 deletions

View File

@@ -38,10 +38,10 @@ namespace Aaru.Tests.Filesystems.SFS
{
public MBR_RDB() : base("SmartFileSystem") {}
public override string _dataFolder =>
public override string DataFolder =>
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (MBR+RDB)");
public override IFilesystem _plugin => new Aaru.Filesystems.SFS();
public override bool _partitions => true;
public override IFilesystem Plugin => new Aaru.Filesystems.SFS();
public override bool Partitions => true;
public override FileSystemTest[] Tests => new[]
{