(v ...interface{})
| 112 | func (tb *fakeTB) Log(v ...interface{}) {} |
| 113 | |
| 114 | func (tb *fakeTB) Error(v ...interface{}) { |
| 115 | tb.errors++ |
| 116 | } |
| 117 | |
| 118 | func (tb *fakeTB) Fatal(v ...interface{}) { |
| 119 | tb.fatals++ |
no outgoing calls
no test coverage detected