Logf is the implementation of mockery.testingT interface.
(format string, args ...interface{})
| 25 | |
| 26 | // Logf is the implementation of mockery.testingT interface. |
| 27 | func (*TestingTMock) Logf(format string, args ...interface{}) { |
| 28 | GetLogger().Infof(format, args...) |
| 29 | } |
| 30 | |
| 31 | // Errorf is the implementation of mockery.testingT interface. |
| 32 | func (*TestingTMock) Errorf(format string, args ...interface{}) { |