(t *testing.T)
| 587 | } |
| 588 | |
| 589 | func TestFuzzSliceTimeDuration(t *testing.T) { |
| 590 | testTypeFuzz(t, &STduration{}, &SXduration{}) |
| 591 | } |
| 592 | |
| 593 | func TestFuzzSliceBool(t *testing.T) { |
| 594 | testTypeFuzz(t, &STbool{}, &SXbool{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…