helpers

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExpectOption

type ExpectOption func(*expectOpts)

func Times

func Times(n int) ExpectOption

Times sets the number of times the expectation should be met.

func WithError

func WithError(err error) ExpectOption

WithError sets an error to be returned from the strict handler instead of the response. When using WithError, set the response to the zero value because it will be ignored anyway.

type TB

type TB interface {
	Cleanup(func())
	Errorf(format string, args ...any)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL