diff --git a/SabreTools.DatFiles.Test/DatHeaderTests.cs b/SabreTools.DatFiles.Test/DatHeaderTests.cs index aaa6d45f..e94639e7 100644 --- a/SabreTools.DatFiles.Test/DatHeaderTests.cs +++ b/SabreTools.DatFiles.Test/DatHeaderTests.cs @@ -4,7 +4,35 @@ namespace SabreTools.DatFiles.Test { public class DatHeaderTests { - // TODO: Specified tests? + #region CanOpenSpecified + + // TODO: Implement CanOpenSpecified tests + + #endregion + + #region ImagesSpecified + + // TODO: Implement ImagesSpecified tests + + #endregion + + #region InfosSpecified + + // TODO: Implement InfosSpecified tests + + #endregion + + #region NewDatSpecified + + // TODO: Implement NewDatSpecified tests + + #endregion + + #region SearchSpecified + + // TODO: Implement SearchSpecified tests + + #endregion #region Clone