mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Split ApplyRemovals for testability
This commit is contained in:
@@ -2,6 +2,35 @@ namespace SabreTools.DatFiles.Test
|
||||
{
|
||||
public partial class DatFileTests
|
||||
{
|
||||
|
||||
#region RemoveHeaderFields
|
||||
|
||||
// TODO: Write RemoveHeaderFields tests
|
||||
// - Null header
|
||||
// - Empty list
|
||||
// - Full list
|
||||
|
||||
#endregion
|
||||
|
||||
#region RemoveItemFields
|
||||
|
||||
// TODO: Write RemoveItemFields tests
|
||||
// - Null item dict
|
||||
// - Both lists empty
|
||||
// - Machine only
|
||||
// - Item only
|
||||
// - Nested
|
||||
|
||||
#endregion
|
||||
|
||||
#region RemoveItemFieldsDB
|
||||
|
||||
// TODO: Write RemoveItemFieldsDB tests
|
||||
// - Null item dict
|
||||
// - Both lists empty
|
||||
// - Machine only
|
||||
// - Item only
|
||||
// - Nested
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user