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