(t *testing.T)
| 519 | } |
| 520 | |
| 521 | func TestFuzzArrayTimeDuration(t *testing.T) { |
| 522 | testTypeFuzz(t, &ATduration{}, &AXduration{}) |
| 523 | } |
| 524 | |
| 525 | func TestFuzzArrayBool(t *testing.T) { |
| 526 | testTypeFuzz(t, &ATbool{}, &AXbool{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…