(t *testing.T)
| 651 | } |
| 652 | |
| 653 | func TestFuzzSliceTime(t *testing.T) { |
| 654 | testTypeFuzz(t, &STtime{}, &SXtime{}) |
| 655 | } |
| 656 | |
| 657 | func TestFuzzI18nName(t *testing.T) { |
| 658 | testTypeFuzz(t, &TI18nName{}, &XI18nName{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…