()
| 51 | } |
| 52 | |
| 53 | func (s *ServerTestSuite) SetupSubTest() { |
| 54 | s.ResetLazyObjects() |
| 55 | } |
| 56 | |
| 57 | func (s *ServerTestSuite) TestStartServerWithInvalidBind() { |
| 58 | ctx, cancel := context.WithCancel(s.T().Context()) |
nothing calls this directly
no test coverage detected