MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / MockCommand

Struct MockCommand

src/internal/mocks/mocks.go:16–19  ·  view source on GitHub ↗

MockCommand is a mock of Command interface.

Source from the content-addressed store, hash-verified

14
15// MockCommand is a mock of Command interface.
16type MockCommand struct {
17 ctrl *gomock.Controller
18 recorder *MockCommandMockRecorder
19}
20
21// MockCommandMockRecorder is the mock recorder for MockCommand.
22type MockCommandMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected