Documentation ¶
Overview ¶
Package mock_groups is a generated GoMock package.
Index ¶
- type MockGroupsClientAPI
- func (m *MockGroupsClientAPI) CheckExistence(arg0 context.Context, arg1 string) (autorest.Response, error)
- func (m *MockGroupsClientAPI) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 resources.Group) (resources.Group, error)
- func (m *MockGroupsClientAPI) Delete(arg0 context.Context, arg1 string) (resources.GroupsDeleteFuture, error)
- func (m *MockGroupsClientAPI) EXPECT() *MockGroupsClientAPIMockRecorder
- func (m *MockGroupsClientAPI) ExportTemplate(arg0 context.Context, arg1 string, arg2 resources.ExportTemplateRequest) (resources.GroupExportResult, error)
- func (m *MockGroupsClientAPI) Get(arg0 context.Context, arg1 string) (resources.Group, error)
- func (m *MockGroupsClientAPI) List(arg0 context.Context, arg1 string, arg2 *int32) (resources.GroupListResultPage, error)
- func (m *MockGroupsClientAPI) Update(arg0 context.Context, arg1 string, arg2 resources.GroupPatchable) (resources.Group, error)
- type MockGroupsClientAPIMockRecorder
- func (mr *MockGroupsClientAPIMockRecorder) CheckExistence(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) ExportTemplate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockGroupsClientAPIMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGroupsClientAPI ¶
type MockGroupsClientAPI struct {
// contains filtered or unexported fields
}
MockGroupsClientAPI is a mock of GroupsClientAPI interface
func NewMockGroupsClientAPI ¶
func NewMockGroupsClientAPI(ctrl *gomock.Controller) *MockGroupsClientAPI
NewMockGroupsClientAPI creates a new mock instance
func (*MockGroupsClientAPI) CheckExistence ¶
func (m *MockGroupsClientAPI) CheckExistence(arg0 context.Context, arg1 string) (autorest.Response, error)
CheckExistence mocks base method
func (*MockGroupsClientAPI) CreateOrUpdate ¶
func (m *MockGroupsClientAPI) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 resources.Group) (resources.Group, error)
CreateOrUpdate mocks base method
func (*MockGroupsClientAPI) Delete ¶
func (m *MockGroupsClientAPI) Delete(arg0 context.Context, arg1 string) (resources.GroupsDeleteFuture, error)
Delete mocks base method
func (*MockGroupsClientAPI) EXPECT ¶
func (m *MockGroupsClientAPI) EXPECT() *MockGroupsClientAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGroupsClientAPI) ExportTemplate ¶
func (m *MockGroupsClientAPI) ExportTemplate(arg0 context.Context, arg1 string, arg2 resources.ExportTemplateRequest) (resources.GroupExportResult, error)
ExportTemplate mocks base method
func (*MockGroupsClientAPI) List ¶
func (m *MockGroupsClientAPI) List(arg0 context.Context, arg1 string, arg2 *int32) (resources.GroupListResultPage, error)
List mocks base method
type MockGroupsClientAPIMockRecorder ¶
type MockGroupsClientAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupsClientAPIMockRecorder is the mock recorder for MockGroupsClientAPI
func (*MockGroupsClientAPIMockRecorder) CheckExistence ¶
func (mr *MockGroupsClientAPIMockRecorder) CheckExistence(arg0, arg1 interface{}) *gomock.Call
CheckExistence indicates an expected call of CheckExistence
func (*MockGroupsClientAPIMockRecorder) CreateOrUpdate ¶
func (mr *MockGroupsClientAPIMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockGroupsClientAPIMockRecorder) Delete ¶
func (mr *MockGroupsClientAPIMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockGroupsClientAPIMockRecorder) ExportTemplate ¶
func (mr *MockGroupsClientAPIMockRecorder) ExportTemplate(arg0, arg1, arg2 interface{}) *gomock.Call
ExportTemplate indicates an expected call of ExportTemplate
func (*MockGroupsClientAPIMockRecorder) Get ¶
func (mr *MockGroupsClientAPIMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockGroupsClientAPIMockRecorder) List ¶
func (mr *MockGroupsClientAPIMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockGroupsClientAPIMockRecorder) Update ¶
func (mr *MockGroupsClientAPIMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
Update indicates an expected call of Update