Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { buildpacks.Client }
Client is implemented by buildpacks.Client.
type FakeClient ¶
type FakeClient struct {
// contains filtered or unexported fields
}
FakeClient is a mock of Client interface
func NewFakeClient ¶
func NewFakeClient(ctrl *gomock.Controller) *FakeClient
NewFakeClient creates a new mock instance
func (*FakeClient) Diagnose ¶
func (m *FakeClient) Diagnose(arg0 *doctor.Diagnostic)
Diagnose mocks base method
func (*FakeClient) EXPECT ¶
func (m *FakeClient) EXPECT() *FakeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*FakeClient) List ¶
func (m *FakeClient) List(arg0 string) ([]buildpacks.Buildpack, error)
List mocks base method
type FakeClientMockRecorder ¶
type FakeClientMockRecorder struct {
// contains filtered or unexported fields
}
FakeClientMockRecorder is the mock recorder for FakeClient
func (*FakeClientMockRecorder) Diagnose ¶
func (mr *FakeClientMockRecorder) Diagnose(arg0 interface{}) *gomock.Call
Diagnose indicates an expected call of Diagnose
func (*FakeClientMockRecorder) List ¶
func (mr *FakeClientMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List
func (*FakeClientMockRecorder) Stacks ¶
func (mr *FakeClientMockRecorder) Stacks(arg0 interface{}) *gomock.Call
Stacks indicates an expected call of Stacks
Click to show internal directories.
Click to hide internal directories.