Proper unit tests

- Changed example section to usage and explained how it was used in TSO
This commit is contained in:
Tony Bark 2020-12-08 20:13:18 -05:00
parent 8b5206ad3a
commit 154065d386
7 changed files with 74 additions and 19 deletions

View file

@ -23,4 +23,13 @@
<ProjectReference Include="..\CSTNet\CSTNet.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="v1.cst">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="v2.cst">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>