Refactored unit tests to use NUnit and added DI usage

This commit is contained in:
Alex
2025-07-22 19:41:34 +01:00
parent c852debf2b
commit 5bbf671acd
15 changed files with 988 additions and 979 deletions
@@ -32,6 +32,10 @@
<SptBuildType Condition="'$(SptBuildType)' == ''">LOCAL</SptBuildType>
<!-- BuildType options - LOCAL, DEBUG, RELEASE, BLEEDING_EDGE, BLEEDING_EDGE_MODS - *must be all caps*-->
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="UnitTests"/>
</ItemGroup>
<Target Name="AfterEverythingDone" AfterTargets="PostBuildEvent">
<Exec
ConsoleToMsBuild="true"