Documentation
¶
Overview ¶
Package mock_interfaces is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockASTQueryProvider ¶
type MockASTQueryProvider struct {
// contains filtered or unexported fields
}
MockASTQueryProvider is a mock of ASTQueryProvider interface.
func NewMockASTQueryProvider ¶
func NewMockASTQueryProvider(ctrl *gomock.Controller) *MockASTQueryProvider
NewMockASTQueryProvider creates a new mock instance.
func (*MockASTQueryProvider) EXPECT ¶
func (m *MockASTQueryProvider) EXPECT() *MockASTQueryProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockASTQueryProvider) GetCustomQueriesList ¶
func (m *MockASTQueryProvider) GetCustomQueriesList() (*soap.GetQueryCollectionResponse, error)
GetCustomQueriesList mocks base method.
func (*MockASTQueryProvider) GetQueryID ¶
func (m *MockASTQueryProvider) GetQueryID(arg0, arg1, arg2, arg3 string) (string, error)
GetQueryID mocks base method.
type MockASTQueryProviderMockRecorder ¶
type MockASTQueryProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockASTQueryProviderMockRecorder is the mock recorder for MockASTQueryProvider.
func (*MockASTQueryProviderMockRecorder) GetCustomQueriesList ¶
func (mr *MockASTQueryProviderMockRecorder) GetCustomQueriesList() *gomock.Call
GetCustomQueriesList indicates an expected call of GetCustomQueriesList.
func (*MockASTQueryProviderMockRecorder) GetQueryID ¶
func (mr *MockASTQueryProviderMockRecorder) GetQueryID(arg0, arg1, arg2, arg3 any) *gomock.Call
GetQueryID indicates an expected call of GetQueryID.
Click to show internal directories.
Click to hide internal directories.