Verifies: SYS-REQ-035
(f *testing.F)
| 111 | |
| 112 | // Verifies: SYS-REQ-035 |
| 113 | func FuzzDeleteNative(f *testing.F) { |
| 114 | addSeeds(f) |
| 115 | f.Fuzz(func(t *testing.T, data []byte) { |
| 116 | runWithCapture("FuzzDeleteNative", data, func(d []byte) { _ = FuzzDelete(d) }) |
| 117 | }) |
| 118 | } |
| 119 | |
| 120 | // Verifies: SYS-REQ-014 |
| 121 | func FuzzParseStringNative(f *testing.F) { |
nothing calls this directly
no test coverage detected