mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor filesystem unit tests.
This commit is contained in:
@@ -36,12 +36,10 @@ namespace Aaru.Tests.Filesystems.UDF._200
|
||||
[TestFixture]
|
||||
public class Optical : FilesystemTest
|
||||
{
|
||||
public Optical() : base(null) {}
|
||||
|
||||
public override string _dataFolder =>
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.00");
|
||||
public override IFilesystem _plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool _partitions => false;
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool Partitions => false;
|
||||
|
||||
public override FileSystemTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,12 +36,10 @@ namespace Aaru.Tests.Filesystems.UDF._200
|
||||
[TestFixture]
|
||||
public class Whole : FilesystemTest
|
||||
{
|
||||
public Whole() : base(null) {}
|
||||
|
||||
public override string _dataFolder =>
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.00");
|
||||
public override IFilesystem _plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool _partitions => false;
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool Partitions => false;
|
||||
|
||||
public override FileSystemTest[] Tests => new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user