(t *testing.T)
| 489 | } |
| 490 | |
| 491 | func TestFuzzUint16(t *testing.T) { |
| 492 | testTypeFuzz(t, &Tuint16{}, &Xuint16{}) |
| 493 | } |
| 494 | |
| 495 | func TestFuzzUint32(t *testing.T) { |
| 496 | testTypeFuzz(t, &Tuint32{}, &Xuint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…