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

Struct contextAssertionHandler

expect_test.go:847–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847type contextAssertionHandler struct {
848 Formatter Formatter
849 Reporter Reporter
850 Logger Logger
851 AssertionContext *AssertionContext
852}
853
854// Success implements AssertionHandler.Success.
855func (h *contextAssertionHandler) Success(ctx *AssertionContext) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected