mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
55 lines
991 B
C#
55 lines
991 B
C#
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
|
|
|
|
#region RemoveTagsFromChild
|
|
|
|
// TODO: Implement RemoveTagsFromChild tests
|
|
|
|
#endregion
|
|
}
|
|
} |