MCPcopy Create free account
hub / github.com/abice/go-enum / EXPECT

Method EXPECT

example/sql_mock_test.go:33–35  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

31
32// EXPECT returns an object that allows the caller to indicate expected use.
33func (m *MockConn) EXPECT() *MockConnMockRecorder {
34 return m.recorder
35}
36
37// Begin mocks base method.
38func (m *MockConn) Begin() (driver.Tx, error) {

Callers 4

TestExampleSQLFunction · 0.45
TestExampleSQLStrOnlyFunction · 0.45
TestExampleSQLIntOnlyFunction · 0.45
TestExampleSQLStrIntOnlyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected