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

Method EXPECT

pkg/mocks/mock_docker_compose_api.go:552–554  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

550
551// EXPECT returns an object that allows the caller to indicate expected use.
552func (m *MockLogConsumer) EXPECT() *MockLogConsumerMockRecorder {
553 return m.recorder
554}
555
556// Err mocks base method.
557func (m *MockLogConsumer) Err(containerName, message string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected