(t *testing.T)
| 737 | } |
| 738 | |
| 739 | func TestSliceTime(t *testing.T) { |
| 740 | testType(t, &STtime{}, &SXtime{}) |
| 741 | } |
| 742 | |
| 743 | func TestTMapStringMapString(t *testing.T) { |
| 744 | testType(t, &TMapStringMapString{}, &XMapStringMapString{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…