(t *testing.T)
| 527 | } |
| 528 | |
| 529 | func TestFuzzArrayInt(t *testing.T) { |
| 530 | testTypeFuzz(t, &ATint{}, &AXint{}) |
| 531 | } |
| 532 | |
| 533 | func TestFuzzArrayByte(t *testing.T) { |
| 534 | testTypeFuzz(t, &ATbyte{}, &AXbyte{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…