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 MockTabsGenerator ¶
type MockTabsGenerator struct {
// contains filtered or unexported fields
}
MockTabsGenerator is a mock of TabsGenerator interface
func NewMockTabsGenerator ¶
func NewMockTabsGenerator(ctrl *gomock.Controller) *MockTabsGenerator
NewMockTabsGenerator creates a new mock instance
func (*MockTabsGenerator) EXPECT ¶
func (m *MockTabsGenerator) EXPECT() *MockTabsGeneratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTabsGenerator) Generate ¶
func (m *MockTabsGenerator) Generate(arg0 context.Context, arg1 describer.TabsGeneratorConfig) ([]component.Component, error)
Generate mocks base method
type MockTabsGeneratorMockRecorder ¶
type MockTabsGeneratorMockRecorder struct {
// contains filtered or unexported fields
}
MockTabsGeneratorMockRecorder is the mock recorder for MockTabsGenerator
func (*MockTabsGeneratorMockRecorder) Generate ¶
func (mr *MockTabsGeneratorMockRecorder) Generate(arg0, arg1 interface{}) *gomock.Call
Generate indicates an expected call of Generate
Click to show internal directories.
Click to hide internal directories.