Move more functionality back to DatFile

This commit is contained in:
Matt Nadareski
2025-01-13 15:41:57 -05:00
parent 5c8f5c6d99
commit 80832b41e3
3 changed files with 174 additions and 147 deletions

View File

@@ -7,6 +7,36 @@ namespace SabreTools.DatFiles.Test
{
public partial class DatFileTests
{
#region ApplyDeviceNonMerged
// TODO: Implement ApplyDeviceNonMerged tests
#endregion
#region ApplyFullyMerged
// TODO: Implement ApplyFullyMerged tests
#endregion
#region ApplyFullyNonMerged
// TODO: Implement ApplyFullyNonMerged tests
#endregion
#region ApplyMerged
// TODO: Implement ApplyMerged tests
#endregion
#region ApplyNonMerged
// TODO: Implement ApplyNonMerged tests
#endregion
#region AddItemsFromChildren
// TODO: Implement AddItemsFromChildren tests