Documentation
¶
Overview ¶
Package specs_testutils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockComponentSpec ¶
type MockComponentSpec struct {
// contains filtered or unexported fields
}
MockComponentSpec is a mock of ComponentSpec interface.
func NewMockComponentSpec ¶
func NewMockComponentSpec(ctrl *gomock.Controller) *MockComponentSpec
NewMockComponentSpec creates a new mock instance.
func (*MockComponentSpec) EXPECT ¶
func (m *MockComponentSpec) EXPECT() *MockComponentSpecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockComponentSpec) GetPath ¶
func (m *MockComponentSpec) GetPath() (string, error)
GetPath mocks base method.
func (*MockComponentSpec) Parse ¶
func (m *MockComponentSpec) Parse() (*specs.ComponentSpecDetails, error)
Parse mocks base method.
type MockComponentSpecMockRecorder ¶
type MockComponentSpecMockRecorder struct {
// contains filtered or unexported fields
}
MockComponentSpecMockRecorder is the mock recorder for MockComponentSpec.
func (*MockComponentSpecMockRecorder) GetPath ¶
func (mr *MockComponentSpecMockRecorder) GetPath() *gomock.Call
GetPath indicates an expected call of GetPath.
func (*MockComponentSpecMockRecorder) Parse ¶
func (mr *MockComponentSpecMockRecorder) Parse() *gomock.Call
Parse indicates an expected call of Parse.
Click to show internal directories.
Click to hide internal directories.