Add tests for Core; fix found issues

This commit is contained in:
Matt Nadareski
2025-01-04 19:47:39 -05:00
parent acfd6b1d11
commit f5e2d8a11c
24 changed files with 3531 additions and 293 deletions

View File

@@ -28,6 +28,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SabreTools.Reports", "Sabre
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SabreTools.Test", "SabreTools.Test\SabreTools.Test.csproj", "{5B4E67D5-F4DA-4750-8FE2-04D08E343791}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools.Core.Test", "SabreTools.Core.Test\SabreTools.Core.Test.csproj", "{33CF1613-2190-4987-8BE3-73AF196327D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -108,6 +110,14 @@ Global
{5B4E67D5-F4DA-4750-8FE2-04D08E343791}.Release|Any CPU.Build.0 = Release|Any CPU
{5B4E67D5-F4DA-4750-8FE2-04D08E343791}.Release|x64.ActiveCfg = Release|Any CPU
{5B4E67D5-F4DA-4750-8FE2-04D08E343791}.Release|x64.Build.0 = Release|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Debug|x64.Build.0 = Debug|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Release|Any CPU.Build.0 = Release|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Release|x64.ActiveCfg = Release|Any CPU
{33CF1613-2190-4987-8BE3-73AF196327D3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE