MCPcopy Create free account
hub / github.com/coder/coder / EXPECT

Method EXPECT

agent/agentcontainers/acmock/acmock.go:158–160  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by 1