(t *testing.T)
| 1982 | } |
| 1983 | |
| 1984 | func (s) TestMaxMsgSizeServerAPI(t *testing.T) { |
| 1985 | for _, e := range listTestEnv() { |
| 1986 | testMaxMsgSizeServerAPI(t, e) |
| 1987 | } |
| 1988 | } |
| 1989 | |
| 1990 | func testMaxMsgSizeServerAPI(t *testing.T, e env) { |
| 1991 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected