Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
352
type
mockError
struct
{}
353
354
func
(me *mockError) Error() string {
355
return
"mock error"
356
}
357
358
// mock sleep function
359
func
mockSleep(time.Duration) <-
chan
time.Time {
Callers
13
TestBodyWrapper_Close
Function · 0.45
TestBodyWrapper_Memory
Function · 0.45
TestBodyWrapper_DisableRewinds
Function · 0.45
TestBodyWrapper_DisableRewindsErrors
Function · 0.45
TestResponse_Reader
Function · 0.45
fillErrors
Method · 0.45
TestRequest_RetriesCancellation
Function · 0.45
TestAssertion_ValidateTraits
Function · 0.45
TestAssertion_ValidateAssertion
Function · 0.45
validateToken
Function · 0.45
IrisHandler
Function · 0.45
TestE2EContext_PerRequestWithTimeout
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected