(t *testing.T)
| 583 | } |
| 584 | |
| 585 | func TestFuzzArrayTime(t *testing.T) { |
| 586 | testTypeFuzz(t, &ATtime{}, &AXtime{}) |
| 587 | } |
| 588 | |
| 589 | func TestFuzzSliceTimeDuration(t *testing.T) { |
| 590 | testTypeFuzz(t, &STduration{}, &SXduration{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…