Documentation
¶
Overview ¶
Package mock_providers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGraphClient ¶
type MockGraphClient struct {
// contains filtered or unexported fields
}
MockGraphClient is a mock of GraphClient interface.
func NewMockGraphClient ¶
func NewMockGraphClient(ctrl *gomock.Controller) *MockGraphClient
NewMockGraphClient creates a new mock instance.
func (*MockGraphClient) EXPECT ¶
func (m *MockGraphClient) EXPECT() *MockGraphClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGraphClient) GetApplicationObjectId ¶
GetApplicationObjectId mocks base method.
type MockGraphClientMockRecorder ¶
type MockGraphClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGraphClientMockRecorder is the mock recorder for MockGraphClient.
func (*MockGraphClientMockRecorder) GetApplicationObjectId ¶
func (mr *MockGraphClientMockRecorder) GetApplicationObjectId(ctx, appId any) *gomock.Call
GetApplicationObjectId indicates an expected call of GetApplicationObjectId.
type MockRoleAssignClient ¶
type MockRoleAssignClient struct {
// contains filtered or unexported fields
}
MockRoleAssignClient is a mock of RoleAssignClient interface.
func NewMockRoleAssignClient ¶
func NewMockRoleAssignClient(ctrl *gomock.Controller) *MockRoleAssignClient
NewMockRoleAssignClient creates a new mock instance.
func (*MockRoleAssignClient) CreateByID ¶
func (m *MockRoleAssignClient) CreateByID(ctx context.Context, roleAssignmentID string, parameters armauthorization.RoleAssignmentCreateParameters, options *armauthorization.RoleAssignmentsClientCreateByIDOptions) (armauthorization.RoleAssignmentsClientCreateByIDResponse, error)
CreateByID mocks base method.
func (*MockRoleAssignClient) EXPECT ¶
func (m *MockRoleAssignClient) EXPECT() *MockRoleAssignClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRoleAssignClientMockRecorder ¶
type MockRoleAssignClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRoleAssignClientMockRecorder is the mock recorder for MockRoleAssignClient.
func (*MockRoleAssignClientMockRecorder) CreateByID ¶
func (mr *MockRoleAssignClientMockRecorder) CreateByID(ctx, roleAssignmentID, parameters, options any) *gomock.Call
CreateByID indicates an expected call of CreateByID.
type MockazTenantClient ¶
type MockazTenantClient struct {
// contains filtered or unexported fields
}
MockazTenantClient is a mock of azTenantClient interface.
func NewMockazTenantClient ¶
func NewMockazTenantClient(ctrl *gomock.Controller) *MockazTenantClient
NewMockazTenantClient creates a new mock instance.
func (*MockazTenantClient) EXPECT ¶
func (m *MockazTenantClient) EXPECT() *MockazTenantClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockazTenantClient) NewListPager ¶
func (m *MockazTenantClient) NewListPager(options *armsubscription.TenantsClientListOptions) *runtime.Pager[armsubscription.TenantsClientListResponse]
NewListPager mocks base method.
type MockazTenantClientMockRecorder ¶
type MockazTenantClientMockRecorder struct {
// contains filtered or unexported fields
}
MockazTenantClientMockRecorder is the mock recorder for MockazTenantClient.
func (*MockazTenantClientMockRecorder) NewListPager ¶
func (mr *MockazTenantClientMockRecorder) NewListPager(options any) *gomock.Call
NewListPager indicates an expected call of NewListPager.