Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMethodNotMatch = errors.New("Method not match") ErrPathNotMatch = errors.New("Path not match") ErrQueryStringMatch = errors.New("Query string not match") ErrHeadersNotMatch = errors.New("Headers not match") ErrCookiesNotMatch = errors.New("Cookies not match") ErrBodyNotMatch = errors.New("Body not match") )
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher interface {
Match(req *definition.Request, mock *definition.Request) (bool, error)
}
Matcher checks if the received request matches with some specific mock request definition.
Click to show internal directories.
Click to hide internal directories.