(t *testing.T)
| 452 | } |
| 453 | |
| 454 | func (s) TestConcurrentServerStopAndGoAway(t *testing.T) { |
| 455 | for _, e := range listTestEnv() { |
| 456 | if e.name == "handler-tls" { |
| 457 | continue |
| 458 | } |
| 459 | testConcurrentServerStopAndGoAway(t, e) |
| 460 | } |
| 461 | } |
| 462 | |
| 463 | func testConcurrentServerStopAndGoAway(t *testing.T, e env) { |
| 464 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected