MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / binary.fuzz.test.ts

File binary.fuzz.test.ts

packages/core/src/binary/__tests__/binary.fuzz.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert, type Rng, chance, pick, randomInt, runFuzz, test } from "@rezi-ui/testkit";
2import { ZrBinaryError } from "../parseError.js";
3import { BinaryReader } from "../reader.js";
4import { BinaryWriter } from "../writer.js";

Callers

nothing calls this directly

Calls 11

runFuzzFunction · 0.90
randomIntFunction · 0.90
chanceFunction · 0.90
randomOpFunction · 0.85
expectedFailureFunction · 0.85
applyWriterFunction · 0.85
assertBinaryErrorFunction · 0.85
applyExpectedFunction · 0.85
assertReaderRoundTripFunction · 0.85
assertTruncatedReadsFailFunction · 0.85
finishMethod · 0.80

Tested by

no test coverage detected