MCPcopy Create free account
hub / github.com/expr-lang/expr / Errorf

Method Errorf

internal/testify/assert/assertions_test.go:2967–2969  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2965}
2966
2967func (ctt *captureTestingT) Errorf(format string, args ...interface{}) {
2968 ctt.msg = fmt.Sprintf(format, args...)
2969}
2970
2971func (ctt *captureTestingT) checkResultAndErrMsg(t *testing.T, expectedRes, res bool, expectedErrMsg string) {
2972 t.Helper()

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected