mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add filtering test skeleton
This commit is contained in:
34
SabreTools.DatFiles.Test/DatFileTests.Filtering.cs
Normal file
34
SabreTools.DatFiles.Test/DatFileTests.Filtering.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using SabreTools.DatFiles.Formats;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.DatFiles.Test
|
||||
{
|
||||
public partial class DatFileTests
|
||||
{
|
||||
#region MachineDescriptionToName
|
||||
|
||||
// TODO: Implement MachineDescriptionToName tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region SetOneRomPerGame
|
||||
|
||||
// TODO: Implement SetOneRomPerGame tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region SetOneGamePerRegion
|
||||
|
||||
// TODO: Implement SetOneGamePerRegion tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region StripSceneDatesFromItems
|
||||
|
||||
// TODO: Implement StripSceneDatesFromItems tests
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user