mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add skeleton DatFiles test project
This commit is contained in:
149
SabreTools.DatFiles.Test/DatFileTests.cs
Normal file
149
SabreTools.DatFiles.Test/DatFileTests.cs
Normal file
@@ -0,0 +1,149 @@
|
||||
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 ParseFile
|
||||
|
||||
// TODO: Write ParseFile tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region ParseAddHelper
|
||||
|
||||
// TODO: Write ParseAddHelper tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region ParseAddHelperDB
|
||||
|
||||
// TODO: Write ParseAddHelperDB tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region WriteToFile
|
||||
|
||||
// TODO: Write WriteToFile tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region WriteToFileDB
|
||||
|
||||
// TODO: Write WriteToFileDB 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 GetSupportedTypes
|
||||
|
||||
// TODO: Write GetSupportedTypes 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
|
||||
|
||||
#region GetDuplicateSuffix
|
||||
|
||||
// TODO: Write GetDuplicateSuffix tests
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user