2025-01-10 10:34:21 -05:00
|
|
|
namespace SabreTools.DatFiles.Test
|
|
|
|
|
{
|
|
|
|
|
public partial class DatFileTests
|
|
|
|
|
{
|
2025-01-10 21:15:50 -05:00
|
|
|
#region RemoveHeaderFields
|
|
|
|
|
|
|
|
|
|
// TODO: Write RemoveHeaderFields tests
|
|
|
|
|
// - Empty list
|
|
|
|
|
// - Full list
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region RemoveItemFields
|
|
|
|
|
|
|
|
|
|
// TODO: Write RemoveItemFields tests
|
|
|
|
|
// - Both lists empty
|
|
|
|
|
// - Machine only
|
|
|
|
|
// - Item only
|
|
|
|
|
// - Nested
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region RemoveItemFieldsDB
|
|
|
|
|
|
|
|
|
|
// TODO: Write RemoveItemFieldsDB tests
|
|
|
|
|
// - Both lists empty
|
|
|
|
|
// - Machine only
|
|
|
|
|
// - Item only
|
|
|
|
|
// - Nested
|
|
|
|
|
|
|
|
|
|
#endregion
|
2025-01-10 10:34:21 -05:00
|
|
|
}
|
|
|
|
|
}
|