(t *testing.T)
| 555 | } |
| 556 | |
| 557 | func TestFuzzArrayUint8(t *testing.T) { |
| 558 | testTypeFuzz(t, &ATuint8{}, &AXuint8{}) |
| 559 | } |
| 560 | |
| 561 | func TestFuzzArrayUint16(t *testing.T) { |
| 562 | testTypeFuzz(t, &ATuint16{}, &AXuint16{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…