test: add FillTests for full plate fill and remainder strip refill

Added Xunit.SkippableFact package for conditional test skipping when
test data is unavailable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 20:03:39 -04:00
parent 54da2bd2da
commit 1c3d9e08bd
2 changed files with 72 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Include="xunit" Version="2.*" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.*" />
<PackageReference Include="Xunit.SkippableFact" Version="1.*" />
</ItemGroup>
<ItemGroup>