(t *testing.T)
| 457 | } |
| 458 | |
| 459 | func TestFuzzInt(t *testing.T) { |
| 460 | testTypeFuzz(t, &Tint{}, &Xint{}) |
| 461 | } |
| 462 | |
| 463 | func TestFuzzByte(t *testing.T) { |
| 464 | testTypeFuzz(t, &Tbyte{}, &Xbyte{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…