mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add lists of tests to implement
This commit is contained in:
@@ -1549,18 +1549,34 @@ namespace SabreTools.DatFiles.Test
|
||||
#region ResolveNames
|
||||
|
||||
// TODO: Write ResolveNames tests
|
||||
// - Empty list
|
||||
// - Single item
|
||||
// - 2 items, non-duplicate
|
||||
// - 2 items, DupeType.All
|
||||
// - 2 items, matching names
|
||||
|
||||
#endregion
|
||||
|
||||
#region ResolveNamesDB
|
||||
|
||||
// TODO: Write ResolveNamesDB tests
|
||||
// - Empty list
|
||||
// - Single item
|
||||
// - 2 items, non-duplicate
|
||||
// - 2 items, DupeType.All
|
||||
// - 2 items, matching names
|
||||
|
||||
#endregion
|
||||
|
||||
#region ShouldIgnore
|
||||
|
||||
// TODO: Write ShouldIgnore tests
|
||||
// - Null item
|
||||
// - Remove key set
|
||||
// - Is Blank type
|
||||
// - Ignore blanks flag + Rom with null or 0 size
|
||||
// - Unsupported type
|
||||
// - Missing required field
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user