(format string, args ...interface{})
| 3179 | } |
| 3180 | |
| 3181 | func (ctt *captureTestingT) Errorf(format string, args ...interface{}) { |
| 3182 | ctt.msg = fmt.Sprintf(format, args...) |
| 3183 | } |
| 3184 | |
| 3185 | func (ctt *captureTestingT) checkResultAndErrMsg(t *testing.T, expectedRes, res bool, expectedErrMsg string) { |
| 3186 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected