mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add skeleton test file for Splitting
This commit is contained in:
55
SabreTools.DatFiles.Test/DatFileTests.Splitting.cs
Normal file
55
SabreTools.DatFiles.Test/DatFileTests.Splitting.cs
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user