MCPcopy Index your code
hub / github.com/gavv/httpexpect / FormatFailure

Method FormatFailure

formatter.go:31–31  ·  view source on GitHub ↗
(*AssertionContext, *AssertionFailure)

Source from the content-addressed store, hash-verified

29type Formatter interface {
30 FormatSuccess(*AssertionContext) string
31 FormatFailure(*AssertionContext, *AssertionFailure) string
32}
33
34// DefaultFormatter is the default Formatter implementation.

Callers 3

FailureMethod · 0.65
FailureMethod · 0.65
FailureMethod · 0.65

Implementers 2

mockFormattermocks_test.go
DefaultFormatterformatter.go

Calls

no outgoing calls

Tested by 2

FailureMethod · 0.52
FailureMethod · 0.52