FEAT-1b: add first test project (xUnit) for Inzuchtkoeffizient

GerbilManager.Tests (net10.0), added to slnx. Reference pedigrees verified
against textbook F: parent-offspring 0.25, full sibs 0.25, half sibs 0.125,
first cousins 0.0625, unknown 0, plus deep multi-path (0.375) and
generationsAvailable checks. 8/8 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 00:13:22 +02:00
parent caba259a28
commit 01923d1b87
3 changed files with 218 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<Solution>
<Project Path="GerbilManager.AppHost/GerbilManager.AppHost.csproj" />
<Project Path="GerbilManager.ServiceDefaults/GerbilManager.ServiceDefaults.csproj" />
<Project Path="GerbilManager.Tests/GerbilManager.Tests.csproj" />
<Project Path="GerbilManagerWebAPI/GerbilManagerWebAPI.csproj" />
</Solution>