(t *testing.T)
| 659 | } |
| 660 | |
| 661 | func TestFuzzInlineStructs(t *testing.T) { |
| 662 | testTypeFuzzN(t, &TInlineStructs{}, &XInlineStructs{}, 100) |
| 663 | } |
| 664 | |
| 665 | func TestFuzzTMapStringMapString(t *testing.T) { |
| 666 | testType(t, &TMapStringMapString{}, &XMapStringMapString{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…