(t *testing.T)
| 453 | } |
| 454 | |
| 455 | func TestFuzzBool(t *testing.T) { |
| 456 | testTypeFuzz(t, &Tbool{}, &Xbool{}) |
| 457 | } |
| 458 | |
| 459 | func TestFuzzInt(t *testing.T) { |
| 460 | testTypeFuzz(t, &Tint{}, &Xint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…