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

Method Error

mocks_test.go:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352type mockError struct{}
353
354func (me *mockError) Error() string {
355 return "mock error"
356}
357
358// mock sleep function
359func mockSleep(time.Duration) <-chan time.Time {

Callers 13

TestBodyWrapper_CloseFunction · 0.45
TestBodyWrapper_MemoryFunction · 0.45
TestResponse_ReaderFunction · 0.45
fillErrorsMethod · 0.45
validateTokenFunction · 0.45
IrisHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected