Documentation ¶
Overview ¶
Package testmocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLifecycle ¶
type MockLifecycle struct {
// contains filtered or unexported fields
}
MockLifecycle is a mock of Lifecycle interface.
func NewMockLifecycle ¶
func NewMockLifecycle(ctrl *gomock.Controller) *MockLifecycle
NewMockLifecycle creates a new mock instance.
func (*MockLifecycle) Descriptor ¶
func (m *MockLifecycle) Descriptor() builder.LifecycleDescriptor
Descriptor mocks base method.
func (*MockLifecycle) EXPECT ¶
func (m *MockLifecycle) EXPECT() *MockLifecycleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLifecycle) Open ¶
func (m *MockLifecycle) Open() (io.ReadCloser, error)
Open mocks base method.
type MockLifecycleMockRecorder ¶
type MockLifecycleMockRecorder struct {
// contains filtered or unexported fields
}
MockLifecycleMockRecorder is the mock recorder for MockLifecycle.
func (*MockLifecycleMockRecorder) Descriptor ¶
func (mr *MockLifecycleMockRecorder) Descriptor() *gomock.Call
Descriptor indicates an expected call of Descriptor.
func (*MockLifecycleMockRecorder) Open ¶
func (mr *MockLifecycleMockRecorder) Open() *gomock.Call
Open indicates an expected call of Open.
Click to show internal directories.
Click to hide internal directories.