Test Coverage
Tests
35 tests across two suites. Every requirement is covered by at least one xUnit or Pester test.
01
Requirement → Test Matrix
02
Test Files
20 xUnit C# facts in PSTests.Sequential.TimeoutTests. Covers REQ-01 through REQ-10. Uses isolated runspaces to avoid contaminating shared fixtures.
417 lines
15 Pester 5 tests across 6 Contexts. Covers public API surface, edge cases, and longer-running timing tests tagged as "Feature".
277 lines
03
Adversarial Scenarios
8 hand-written PowerShell scripts that try to exercise failure modes, races, and edge cases.
Each runs against the patched pwsh.exe binary.