Rename a couple AddItemsFrom methods

This commit is contained in:
Matt Nadareski
2025-01-13 13:43:38 -05:00
parent a45db9f18d
commit a8220b16d2
3 changed files with 112 additions and 112 deletions

View File

@@ -7,12 +7,6 @@ namespace SabreTools.DatFiles.Test
{
public partial class DatFileTests
{
#region AddItemsFromBios
// TODO: Implement AddItemsFromBios tests
#endregion
#region AddItemsFromChildren
// TODO: Implement AddItemsFromChildren tests
@@ -25,9 +19,15 @@ namespace SabreTools.DatFiles.Test
#endregion
#region AddItemsFromParent
#region AddItemsFromCloneOfParent
// TODO: Implement AddItemsFromParent tests
// TODO: Implement AddItemsFromCloneOfParent tests
#endregion
#region AddItemsFromRomOfParent
// TODO: Implement AddItemsFromRomOfParent tests
#endregion