(t *testing.T)
| 184 | } |
| 185 | |
| 186 | func (s) TestLargeMsg(t *testing.T) { |
| 187 | for _, rp := range recordProtocols { |
| 188 | testLargeMsg(t, rp) |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | // TestLargeRecord writes a very large ALTS record and verifies that the server |
| 193 | // receives it correctly. The large ALTS record should cause the reader to |
nothing calls this directly
no test coverage detected