(phrases ...string)
| 866 | } |
| 867 | |
| 868 | func (te *test) declareLogNoise(phrases ...string) { |
| 869 | te.restoreLogs = declareLogNoise(te.t, phrases...) |
| 870 | } |
| 871 | |
| 872 | func (te *test) withServerTester(fn func(st *serverTester)) { |
| 873 | c, err := te.e.dialer(te.srvAddr, 10*time.Second) |
no test coverage detected