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