Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dyqual ¶
func Dyqual(expected interface{}) types.GomegaMatcher
Types ¶
type DyqualMatcher ¶
type DyqualMatcher struct { Expected interface{} EqualMatcher matchers.EqualMatcher }
func (DyqualMatcher) FailureMessage ¶
func (e DyqualMatcher) FailureMessage(actual interface{}) (message string)
func (DyqualMatcher) Match ¶
func (e DyqualMatcher) Match(actual interface{}) (success bool, err error)
func (DyqualMatcher) NegatedFailureMessage ¶
func (e DyqualMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.