Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerErrors ¶
type HandlerErrors struct {
// contains filtered or unexported fields
}
func NewHandlerErrors ¶
func NewHandlerErrors(t testing.TB) *HandlerErrors
func (*HandlerErrors) AssertNone ¶
func (h *HandlerErrors) AssertNone()
func (*HandlerErrors) Errorf ¶
func (h *HandlerErrors) Errorf(format string, args ...any)
func (*HandlerErrors) Failf ¶
func (h *HandlerErrors) Failf(w http.ResponseWriter, format string, args ...any)
Click to show internal directories.
Click to hide internal directories.