EXPECT returns an object that allows the caller to indicate expected use.
()
| 156 | |
| 157 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 158 | func (m *MockDevcontainerCLI) EXPECT() *MockDevcontainerCLIMockRecorder { |
| 159 | return m.recorder |
| 160 | } |
| 161 | |
| 162 | // Exec mocks base method. |
| 163 | func (m *MockDevcontainerCLI) Exec(ctx context.Context, workspaceFolder, configPath, cmd string, cmdArgs []string, opts ...agentcontainers.DevcontainerCLIExecOptions) error { |
no outgoing calls