(t *testing.T)
| 154 | } |
| 155 | |
| 156 | func TestServerMethodExecution(t *testing.T) { |
| 157 | testServerMethodExecution(t, "echo") |
| 158 | } |
| 159 | |
| 160 | func TestServerMethodWithCtx(t *testing.T) { |
| 161 | testServerMethodExecution(t, "echoWithCtx") |
nothing calls this directly
no test coverage detected