Add notes for GetItemsForBucket tests

This commit is contained in:
Matt Nadareski
2025-01-16 15:30:12 -05:00
parent 59f12d85fb
commit 34929b02d7
2 changed files with 10 additions and 0 deletions

View File

@@ -91,6 +91,11 @@ namespace SabreTools.DatFiles.Test
#region GetItemsForBucket #region GetItemsForBucket
// TODO: Add GetItemsForBucket tests // TODO: Add GetItemsForBucket tests
// - Null/empty bucket name
// - Invalid bucket
// - Removed items with filter
// - Removed items without filter
// - Normal items
#endregion #endregion

View File

@@ -58,6 +58,11 @@ namespace SabreTools.DatFiles.Test
#region GetItemsForBucket #region GetItemsForBucket
// TODO: Add GetItemsForBucket tests // TODO: Add GetItemsForBucket tests
// - Null/empty bucket name
// - Invalid bucket
// - Removed items with filter
// - Removed items without filter
// - Normal items
#endregion #endregion