MCPcopy Create free account
hub / github.com/kataras/iris / testError

Struct testError

cache/cache_test.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type testError struct {
27 expected int
28 got uint32
29}
30
31func (h *testError) Error() string {
32 return fmt.Sprintf("expected the main handler to be executed %d times instead of %d", h.expected, h.got)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected