(ts testgrpc.TestServiceServer)
| 701 | } |
| 702 | |
| 703 | func (te *test) startServerWithConnControl(ts testgrpc.TestServiceServer) *listenerWrapper { |
| 704 | l := te.listenAndServe(ts, listenWithConnControl) |
| 705 | return l.(*listenerWrapper) |
| 706 | } |
| 707 | |
| 708 | // startServer starts a gRPC server exposing the provided TestService |
| 709 | // implementation. Callers should defer a call to te.tearDown to clean up |
no test coverage detected