(t *testing.T)
| 647 | } |
| 648 | |
| 649 | func TestFuzzSliceFloat64(t *testing.T) { |
| 650 | testTypeFuzz(t, &STfloat64{}, &SXfloat64{}) |
| 651 | } |
| 652 | |
| 653 | func TestFuzzSliceTime(t *testing.T) { |
| 654 | testTypeFuzz(t, &STtime{}, &SXtime{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…