(t *testing.T)
| 2256 | } |
| 2257 | |
| 2258 | func (s) TestLargeUnary(t *testing.T) { |
| 2259 | for _, e := range listTestEnv() { |
| 2260 | testLargeUnary(t, e) |
| 2261 | } |
| 2262 | } |
| 2263 | |
| 2264 | func testLargeUnary(t *testing.T, e env) { |
| 2265 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected