(t *testing.T)
| 19 | func TestPullString_Random0(t *testing.T) { testRandomMap(t, 0) } |
| 20 | func TestPullString_Random10(t *testing.T) { testRandomMap(t, 10) } |
| 21 | func TestPullString_Random100(t *testing.T) { testRandomMap(t, 100) } |
| 22 | func TestPullString_Random1000(t *testing.T) { testRandomMap(t, 1000) } |
| 23 | |
| 24 | func testRandomMap(t *testing.T, size int) { |
nothing calls this directly
no test coverage detected