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

Function NewRequireReporter

reporter.go:34–36  ·  view source on GitHub ↗

NewRequireReporter returns a new RequireReporter object.

(t require.TestingT)

Source from the content-addressed store, hash-verified

32
33// NewRequireReporter returns a new RequireReporter object.
34func NewRequireReporter(t require.TestingT) *RequireReporter {
35 return &RequireReporter{require.New(t)}
36}
37
38// Errorf implements Reporter.Errorf.
39func (r *RequireReporter) Errorf(message string, args ...interface{}) {

Callers 2

TestChain_TestingTBFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestChain_TestingTBFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…