(t *testing.T)
| 655 | } |
| 656 | |
| 657 | func TestFuzzI18nName(t *testing.T) { |
| 658 | testTypeFuzz(t, &TI18nName{}, &XI18nName{}) |
| 659 | } |
| 660 | |
| 661 | func TestFuzzInlineStructs(t *testing.T) { |
| 662 | testTypeFuzzN(t, &TInlineStructs{}, &XInlineStructs{}, 100) |
nothing calls this directly
no test coverage detected
searching dependent graphs…