(t *testing.T)
| 663 | } |
| 664 | |
| 665 | func TestFuzzTMapStringMapString(t *testing.T) { |
| 666 | testType(t, &TMapStringMapString{}, &XMapStringMapString{}) |
| 667 | } |
| 668 | |
| 669 | func TestFuzzTMapStringAString(t *testing.T) { |
| 670 | testType(t, &TMapStringAString{}, &XMapStringAString{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…