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

Method EXPECT

pkg/mocks/mock_docker_compose_api.go:40–42  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

38
39// EXPECT returns an object that allows the caller to indicate expected use.
40func (m *MockCompose) EXPECT() *MockComposeMockRecorder {
41 return m.recorder
42}
43
44// Attach mocks base method.
45func (m *MockCompose) Attach(ctx context.Context, projectName string, options api.AttachOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected