MCPcopy Create free account
hub / github.com/gavv/httpexpect / Errorf

Method Errorf

reporter.go:39–41  ·  view source on GitHub ↗

Errorf implements Reporter.Errorf.

(message string, args ...interface{})

Source from the content-addressed store, hash-verified

37
38// Errorf implements Reporter.Errorf.
39func (r *RequireReporter) Errorf(message string, args ...interface{}) {
40 r.backend.FailNow(fmt.Sprintf(message, args...))
41}
42
43// FatalReporter is a struct that implements the Reporter interface
44// and calls t.Fatalf() when a test fails.

Callers 1

Calls 1

FailNowMethod · 0.80

Tested by 1