2025-01-13 00:15:36 -05:00
|
|
|
using Xunit;
|
|
|
|
|
|
|
|
|
|
namespace SabreTools.DatFiles.Test
|
|
|
|
|
{
|
|
|
|
|
public partial class DatFileTests
|
|
|
|
|
{
|
|
|
|
|
#region AddRomsFromBios
|
|
|
|
|
|
|
|
|
|
// TODO: Implement AddRomsFromBios tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region AddRomsFromChildren
|
|
|
|
|
|
|
|
|
|
// TODO: Implement AddRomsFromChildren tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region AddRomsFromDevices
|
|
|
|
|
|
|
|
|
|
// TODO: Implement AddRomsFromDevices tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region AddRomsFromParent
|
|
|
|
|
|
|
|
|
|
// TODO: Implement AddRomsFromParent tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region RemoveBiosAndDeviceSets
|
|
|
|
|
|
|
|
|
|
// TODO: Implement RemoveBiosAndDeviceSets tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region RemoveBiosRomsFromChild
|
|
|
|
|
|
|
|
|
|
// TODO: Implement RemoveBiosRomsFromChild tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region RemoveRomsFromChild
|
|
|
|
|
|
|
|
|
|
// TODO: Implement RemoveRomsFromChild tests
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2025-01-13 09:12:07 -05:00
|
|
|
#region RemoveMachineRelationshipTags
|
2025-01-13 00:15:36 -05:00
|
|
|
|
2025-01-13 09:12:07 -05:00
|
|
|
// TODO: Implement RemoveMachineRelationshipTags tests
|
2025-01-13 00:15:36 -05:00
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|