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

Method EXPECT

example/sql_mock_test.go:100–102  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

98
99// EXPECT returns an object that allows the caller to indicate expected use.
100func (m *MockDriver) EXPECT() *MockDriverMockRecorder {
101 return m.recorder
102}
103
104// Open mocks base method.
105func (m *MockDriver) Open(arg0 string) (driver.Conn, error) {

Callers 4

TestExampleSQLFunction · 0.95
TestExampleSQLStrOnlyFunction · 0.95
TestExampleSQLIntOnlyFunction · 0.95
TestExampleSQLStrIntOnlyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected