(t *testing.T)
| 28 | ) |
| 29 | |
| 30 | func (s) TestCZSocketMetricsSocketOption(t *testing.T) { |
| 31 | envs := []env{tcpClearRREnv, tcpTLSRREnv} |
| 32 | for _, e := range envs { |
| 33 | testCZSocketMetricsSocketOption(t, e) |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | func testCZSocketMetricsSocketOption(t *testing.T, e env) { |
| 38 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected