Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchErrMatcher ¶
type MatchErrMatcher struct {
Expected interface{}
}
func (*MatchErrMatcher) FailureMessage ¶
func (matcher *MatchErrMatcher) FailureMessage(actual interface{}) (message string)
func (*MatchErrMatcher) Match ¶
func (matcher *MatchErrMatcher) Match( actual interface{}, ) ( success bool, err error, )
func (*MatchErrMatcher) NegatedFailureMessage ¶
func (matcher *MatchErrMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.