# Functions

MustCreateEchoContext creates an echo context with the given logger and request and response writer.
MustCreateEchoContextAndResponseWriter is a convenience function combining [MustCreateEchoContext] and [MustCreateRequestAndResponseWriter] when access to the request is not needed.
MustCreateRequestAndResponseWriter creates a http request and a response writer in form of a response recorder.
MustMockGorm creates SQL mock and connects gorm to the mock.
MustSetupLogging creates child loggers for echo, gorm and handlers.
Ptr returns a pointer to the value.

# Variables

ErrTestError is a test error.