Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRuntimeFactory ¶
type MockRuntimeFactory struct {
// contains filtered or unexported fields
}
MockRuntimeFactory is a mock of RuntimeFactory interface.
func NewMockRuntimeFactory ¶
func NewMockRuntimeFactory(ctrl *gomock.Controller) *MockRuntimeFactory
NewMockRuntimeFactory creates a new mock instance.
func (*MockRuntimeFactory) Build ¶
func (m *MockRuntimeFactory) Build(arg0 *runtime0.RuntimeParams, arg1 bool) (runtime.Runtime, error)
Build mocks base method.
func (*MockRuntimeFactory) EXPECT ¶
func (m *MockRuntimeFactory) EXPECT() *MockRuntimeFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeFactory) Name ¶
func (m *MockRuntimeFactory) Name() string
Name mocks base method.
func (*MockRuntimeFactory) Validate ¶
func (m *MockRuntimeFactory) Validate() error
Validate mocks base method.
type MockRuntimeFactoryMockRecorder ¶
type MockRuntimeFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeFactoryMockRecorder is the mock recorder for MockRuntimeFactory.
func (*MockRuntimeFactoryMockRecorder) Build ¶
func (mr *MockRuntimeFactoryMockRecorder) Build(arg0, arg1 interface{}) *gomock.Call
Build indicates an expected call of Build.
func (*MockRuntimeFactoryMockRecorder) Name ¶
func (mr *MockRuntimeFactoryMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRuntimeFactoryMockRecorder) Validate ¶
func (mr *MockRuntimeFactoryMockRecorder) Validate() *gomock.Call
Validate indicates an expected call of Validate.
Click to show internal directories.
Click to hide internal directories.