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

Struct MockInstaller

src/internal/mocks/mocks.go:274–277  ·  view source on GitHub ↗

MockInstaller is a mock of Installer interface.

Source from the content-addressed store, hash-verified

272
273// MockInstaller is a mock of Installer interface.
274type MockInstaller struct {
275 ctrl *gomock.Controller
276 recorder *MockInstallerMockRecorder
277}
278
279// MockInstallerMockRecorder is the mock recorder for MockInstaller.
280type MockInstallerMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected