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

Method Errorf

reporter.go:55–57  ·  view source on GitHub ↗

Errorf implements Reporter.Errorf.

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

Source from the content-addressed store, hash-verified

53
54// Errorf implements Reporter.Errorf.
55func (r *FatalReporter) Errorf(message string, args ...interface{}) {
56 r.backend.Fatalf("%s", fmt.Sprintf(message, args...))
57}
58
59// PanicReporter is a struct that implements the Reporter interface
60// and panics when a test fails.

Callers 1

Calls 1

FatalfMethod · 0.80

Tested by 1