(*testing.T)
| 45 | } |
| 46 | |
| 47 | func (s) TestInfoDepth(*testing.T) { |
| 48 | grpclog.InfoDepth(0, "Info", "depth", "message.") |
| 49 | } |
| 50 | |
| 51 | func (s) TestWarning(*testing.T) { |
| 52 | grpclog.Warning("Warning", "message.") |
nothing calls this directly
no test coverage detected