Logs the given message without failing the test.
(string, ...interface{})
| 25 | type TestingT interface { |
| 26 | // Logs the given message without failing the test. |
| 27 | Logf(string, ...interface{}) |
| 28 | |
| 29 | // Logs the given message and marks the test as failed. |
| 30 | Errorf(string, ...interface{}) |
no outgoing calls