mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make GetSupportedTypes a property
This commit is contained in:
@@ -2,6 +2,12 @@ namespace SabreTools.DatFiles.Test
|
||||
{
|
||||
public class DatFileTests
|
||||
{
|
||||
#region SupportedTypes
|
||||
|
||||
// TODO: Write SupportedTypes tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
||||
// TODO: Write Constructor tests
|
||||
@@ -98,12 +104,6 @@ namespace SabreTools.DatFiles.Test
|
||||
|
||||
#endregion
|
||||
|
||||
#region GetSupportedTypes
|
||||
|
||||
// TODO: Write GetSupportedTypes tests
|
||||
|
||||
#endregion
|
||||
|
||||
#region GetMissingRequiredFields
|
||||
|
||||
// TODO: Write GetMissingRequiredFields tests
|
||||
|
||||
Reference in New Issue
Block a user