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

Function NewFatalReporter

reporter.go:50–52  ·  view source on GitHub ↗

NewFatalReporter returns a new FatalReporter object.

(t testing.TB)

Source from the content-addressed store, hash-verified

48
49// NewFatalReporter returns a new FatalReporter object.
50func NewFatalReporter(t testing.TB) *FatalReporter {
51 return &FatalReporter{t}
52}
53
54// Errorf implements Reporter.Errorf.
55func (r *FatalReporter) 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…