(message string)
| 189 | } |
| 190 | |
| 191 | func newError(message string) error { |
| 192 | return testError{message} |
| 193 | } |
| 194 | |
| 195 | // The testError is a value type error for ease of seeing results |
| 196 | // when the test fails. |
no outgoing calls
no test coverage detected
searching dependent graphs…