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 } }