mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
107 lines
1.8 KiB
C#
107 lines
1.8 KiB
C#
namespace SabreTools.DatFiles.Test
|
|
{
|
|
public class DatFileTests
|
|
{
|
|
#region Constructor
|
|
|
|
// TODO: Write Constructor tests
|
|
|
|
#endregion
|
|
|
|
#region FillHeaderFromPath
|
|
|
|
// TODO: Write FillHeaderFromPath tests
|
|
|
|
#endregion
|
|
|
|
#region ResetDictionary
|
|
|
|
// TODO: Write ResetDictionary tests
|
|
|
|
#endregion
|
|
|
|
#region SetHeader
|
|
|
|
// TODO: Write SetHeader tests
|
|
|
|
#endregion
|
|
|
|
#region ExecuteFilters
|
|
|
|
// TODO: Write ExecuteFilters tests
|
|
|
|
#endregion
|
|
|
|
#region CreatePrefixPostfix
|
|
|
|
// TODO: Write CreatePrefixPostfix tests
|
|
|
|
#endregion
|
|
|
|
#region CreatePrefixPostfixDB
|
|
|
|
// TODO: Write CreatePrefixPostfixDB tests
|
|
|
|
#endregion
|
|
|
|
#region ProcessItemName
|
|
|
|
// TODO: Write ProcessItemName tests
|
|
|
|
#endregion
|
|
|
|
#region ProcessItemNameDB
|
|
|
|
// TODO: Write ProcessItemNameDB tests
|
|
|
|
#endregion
|
|
|
|
#region ProcessNullifiedItem
|
|
|
|
// TODO: Write ProcessNullifiedItem tests
|
|
|
|
#endregion
|
|
|
|
#region ProcessNullifiedItemDB
|
|
|
|
// TODO: Write ProcessNullifiedItemDB tests
|
|
|
|
#endregion
|
|
|
|
#region GetMissingRequiredFields
|
|
|
|
// TODO: Write GetMissingRequiredFields tests
|
|
|
|
#endregion
|
|
|
|
#region ContainsWritable
|
|
|
|
// TODO: Write ContainsWritable tests
|
|
|
|
#endregion
|
|
|
|
#region ContainsWritableDB
|
|
|
|
// TODO: Write ContainsWritableDB tests
|
|
|
|
#endregion
|
|
|
|
#region ResolveNames
|
|
|
|
// TODO: Write ResolveNames tests
|
|
|
|
#endregion
|
|
|
|
#region ResolveNamesDB
|
|
|
|
// TODO: Write ResolveNamesDB tests
|
|
|
|
#endregion
|
|
|
|
#region ShouldIgnore
|
|
|
|
// TODO: Write ShouldIgnore tests
|
|
|
|
#endregion
|
|
}
|
|
} |