(t *testing.T)
| 667 | } |
| 668 | |
| 669 | func TestFuzzTMapStringAString(t *testing.T) { |
| 670 | testType(t, &TMapStringAString{}, &XMapStringAString{}) |
| 671 | } |
| 672 | |
| 673 | func TestFuzzTSAAtring(t *testing.T) { |
| 674 | testType(t, &TSAAtring{}, &XSAAtring{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…