documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"capturedAtUtc": "2026-02-13T12:00:00Z",
|
||||
"feature": "8-state-reachability-lattice",
|
||||
"module": "reachgraph",
|
||||
"testProject": "src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj",
|
||||
"testFilter": "ClassName~ReachabilityLatticePropertyTests",
|
||||
"testsRun": 224,
|
||||
"testsPassed": 224,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"LatticeState enum defines all 8 states: Unknown, StaticReachable, StaticUnreachable, RuntimeObserved, RuntimeUnobserved, ConfirmedReachable, ConfirmedUnreachable, Contested",
|
||||
"FrozenDictionary transition table covers all state/evidence combinations",
|
||||
"Evidence accumulation with confidence delta per transition",
|
||||
"Conflict detection transitions to Contested state when static and runtime disagree",
|
||||
"Combine method produces correct lattice states from static+runtime results",
|
||||
"VEX mapping per state matches specification (affected, not_affected, under_investigation)",
|
||||
"Confidence ranges per state: U=0.00-0.29, SR=0.30-0.49, SU=0.50-0.69, RO/RU=0.70-0.89, CR/CU=0.90-1.00, X=N/A",
|
||||
"ConfidenceCalculator produces correct weighted confidence scores"
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user