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.
Click to show internal directories.
Click to hide internal directories.