MCPcopy
hub / github.com/pquerna/ffjson / testTypeFuzz

Function testTypeFuzz

tests/fuzz_test.go:401–403  ·  view source on GitHub ↗

Fuzz test for 1000 iterations

(t *testing.T, base interface{}, ff interface{})

Source from the content-addressed store, hash-verified

399
400// Fuzz test for 1000 iterations
401func testTypeFuzz(t *testing.T, base interface{}, ff interface{}) {
402 testTypeFuzzN(t, base, ff, 1000)
403}
404
405// Fuzz test for N iterations
406func testTypeFuzzN(t *testing.T, base interface{}, ff interface{}, n int) {

Callers 15

TestFuzzArrayFunction · 0.85
TestFuzzArrayPtrFunction · 0.85
TestFuzzSliceFunction · 0.85
TestFuzzSlicePtrFunction · 0.85
TestFuzzTimeDurationFunction · 0.85
TestFuzzBoolFunction · 0.85
TestFuzzIntFunction · 0.85
TestFuzzByteFunction · 0.85
TestFuzzInt8Function · 0.85
TestFuzzInt16Function · 0.85
TestFuzzInt32Function · 0.85
TestFuzzInt64Function · 0.85

Calls 1

testTypeFuzzNFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…