MCPcopy Create free account
hub / github.com/pquerna/ffjson / TestFuzzArrayTimeDuration

Function TestFuzzArrayTimeDuration

tests/fuzz_test.go:521–523  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

519}
520
521func TestFuzzArrayTimeDuration(t *testing.T) {
522 testTypeFuzz(t, &ATduration{}, &AXduration{})
523}
524
525func TestFuzzArrayBool(t *testing.T) {
526 testTypeFuzz(t, &ATbool{}, &AXbool{})

Callers

nothing calls this directly

Calls 1

testTypeFuzzFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…