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

Struct MockInstaller

src/nodejs/supply/mocks_test.go:110–113  ·  view source on GitHub ↗

MockInstaller is a mock of Installer interface.

Source from the content-addressed store, hash-verified

108
109// MockInstaller is a mock of Installer interface.
110type MockInstaller struct {
111 ctrl *gomock.Controller
112 recorder *MockInstallerMockRecorder
113}
114
115// MockInstallerMockRecorder is the mock recorder for MockInstaller.
116type MockInstallerMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected