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