MCPcopy Create free account
hub / github.com/docker/compose / Select

Method Select

cmd/prompt/prompt_mock.go:82–88  ·  view source on GitHub ↗

Select mocks base method

(arg0 string, arg1 []string)

Source from the content-addressed store, hash-verified

80
81// Select mocks base method
82func (m *MockUI) Select(arg0 string, arg1 []string) (int, error) {
83 m.ctrl.T.Helper()
84 ret := m.ctrl.Call(m, "Select", arg0, arg1)
85 ret0, _ := ret[0].(int)
86 ret1, _ := ret[1].(error)
87 return ret0, ret1
88}
89
90// Select indicates an expected call of Select
91func (mr *MockUIMockRecorder) Select(arg0, arg1 interface{}) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected