Verifies: SYS-REQ-008 (EachKey) reqproof:proptest:skip targeted witness/regression test; not a property-test subject
(t *testing.T)
| 95 | // Verifies: SYS-REQ-008 (EachKey) |
| 96 | // reqproof:proptest:skip targeted witness/regression test; not a property-test subject |
| 97 | func TestEachKeyPathBeyondStackCapacity(t *testing.T) { |
| 98 | testEachKeyPathDepth(t, stackArraySize+1) |
| 99 | } |
| 100 | |
| 101 | func testEachKeyPathDepth(t *testing.T, depth int) { |
| 102 | t.Helper() |
nothing calls this directly
no test coverage detected