(t *testing.T)
| 449 | } |
| 450 | |
| 451 | func TestFuzzTimeDuration(t *testing.T) { |
| 452 | testTypeFuzz(t, &Tduration{}, &Xduration{}) |
| 453 | } |
| 454 | |
| 455 | func TestFuzzBool(t *testing.T) { |
| 456 | testTypeFuzz(t, &Tbool{}, &Xbool{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…