mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
33 lines
643 B
C#
33 lines
643 B
C#
namespace SabreTools.DatFiles.Test
|
|
{
|
|
public partial class DatFileTests
|
|
{
|
|
#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
|
|
}
|
|
} |