()
| 51 | ) |
| 52 | |
| 53 | func newTestHealthServer() *testHealthServer { |
| 54 | return newTestHealthServerWithWatchFunc(defaultWatchFunc) |
| 55 | } |
| 56 | |
| 57 | func newTestHealthServerWithWatchFunc(f healthWatchFunc) *testHealthServer { |
| 58 | return &testHealthServer{ |
no test coverage detected