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