Documentation ¶
Overview ¶
Package mock_graphrbac is a generated GoMock package.
Index ¶
- type MockApplicationsClient
- func (m *MockApplicationsClient) Create(arg0 context.Context, arg1 graphrbac.ApplicationCreateParameters) (graphrbac.Application, error)
- func (m *MockApplicationsClient) Delete(arg0 context.Context, arg1 string) (autorest.Response, error)
- func (m *MockApplicationsClient) EXPECT() *MockApplicationsClientMockRecorder
- func (m *MockApplicationsClient) Get(arg0 context.Context, arg1 string) (graphrbac.Application, error)
- func (m *MockApplicationsClient) List(arg0 context.Context, arg1 string) (graphrbac.ApplicationListResultPage, error)
- func (m *MockApplicationsClient) Patch(arg0 context.Context, arg1 string, arg2 graphrbac.ApplicationUpdateParameters) (autorest.Response, error)
- type MockApplicationsClientMockRecorder
- func (mr *MockApplicationsClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) Patch(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockGroupsClient
- type MockGroupsClientMockRecorder
- type MockServicePrincipalsClient
- func (m *MockServicePrincipalsClient) Create(arg0 context.Context, arg1 graphrbac.ServicePrincipalCreateParameters) (graphrbac.ServicePrincipal, error)
- func (m *MockServicePrincipalsClient) EXPECT() *MockServicePrincipalsClientMockRecorder
- func (m *MockServicePrincipalsClient) List(arg0 context.Context, arg1 string) (graphrbac.ServicePrincipalListResultPage, error)
- type MockServicePrincipalsClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationsClient ¶
type MockApplicationsClient struct {
// contains filtered or unexported fields
}
MockApplicationsClient is a mock of ApplicationsClient interface
func NewMockApplicationsClient ¶
func NewMockApplicationsClient(ctrl *gomock.Controller) *MockApplicationsClient
NewMockApplicationsClient creates a new mock instance
func (*MockApplicationsClient) Create ¶
func (m *MockApplicationsClient) Create(arg0 context.Context, arg1 graphrbac.ApplicationCreateParameters) (graphrbac.Application, error)
Create mocks base method
func (*MockApplicationsClient) Delete ¶
func (m *MockApplicationsClient) Delete(arg0 context.Context, arg1 string) (autorest.Response, error)
Delete mocks base method
func (*MockApplicationsClient) EXPECT ¶
func (m *MockApplicationsClient) EXPECT() *MockApplicationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockApplicationsClient) Get ¶
func (m *MockApplicationsClient) Get(arg0 context.Context, arg1 string) (graphrbac.Application, error)
Get mocks base method
func (*MockApplicationsClient) List ¶
func (m *MockApplicationsClient) List(arg0 context.Context, arg1 string) (graphrbac.ApplicationListResultPage, error)
List mocks base method
type MockApplicationsClientMockRecorder ¶
type MockApplicationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationsClientMockRecorder is the mock recorder for MockApplicationsClient
func (*MockApplicationsClientMockRecorder) Create ¶
func (mr *MockApplicationsClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockApplicationsClientMockRecorder) Delete ¶
func (mr *MockApplicationsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockApplicationsClientMockRecorder) Get ¶
func (mr *MockApplicationsClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockApplicationsClientMockRecorder) List ¶
func (mr *MockApplicationsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockApplicationsClientMockRecorder) Patch ¶
func (mr *MockApplicationsClientMockRecorder) Patch(arg0, arg1, arg2 interface{}) *gomock.Call
Patch indicates an expected call of Patch
type MockGroupsClient ¶
type MockGroupsClient struct {
// contains filtered or unexported fields
}
MockGroupsClient is a mock of GroupsClient interface
func NewMockGroupsClient ¶
func NewMockGroupsClient(ctrl *gomock.Controller) *MockGroupsClient
NewMockGroupsClient creates a new mock instance
func (*MockGroupsClient) EXPECT ¶
func (m *MockGroupsClient) EXPECT() *MockGroupsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGroupsClient) GetGroupMembers ¶
func (m *MockGroupsClient) GetGroupMembers(arg0 context.Context, arg1 string) ([]graphrbac.BasicDirectoryObject, error)
GetGroupMembers mocks base method
type MockGroupsClientMockRecorder ¶
type MockGroupsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupsClientMockRecorder is the mock recorder for MockGroupsClient
func (*MockGroupsClientMockRecorder) GetGroupMembers ¶
func (mr *MockGroupsClientMockRecorder) GetGroupMembers(arg0, arg1 interface{}) *gomock.Call
GetGroupMembers indicates an expected call of GetGroupMembers
type MockServicePrincipalsClient ¶
type MockServicePrincipalsClient struct {
// contains filtered or unexported fields
}
MockServicePrincipalsClient is a mock of ServicePrincipalsClient interface
func NewMockServicePrincipalsClient ¶
func NewMockServicePrincipalsClient(ctrl *gomock.Controller) *MockServicePrincipalsClient
NewMockServicePrincipalsClient creates a new mock instance
func (*MockServicePrincipalsClient) Create ¶
func (m *MockServicePrincipalsClient) Create(arg0 context.Context, arg1 graphrbac.ServicePrincipalCreateParameters) (graphrbac.ServicePrincipal, error)
Create mocks base method
func (*MockServicePrincipalsClient) EXPECT ¶
func (m *MockServicePrincipalsClient) EXPECT() *MockServicePrincipalsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServicePrincipalsClient) List ¶
func (m *MockServicePrincipalsClient) List(arg0 context.Context, arg1 string) (graphrbac.ServicePrincipalListResultPage, error)
List mocks base method
type MockServicePrincipalsClientMockRecorder ¶
type MockServicePrincipalsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServicePrincipalsClientMockRecorder is the mock recorder for MockServicePrincipalsClient
func (*MockServicePrincipalsClientMockRecorder) Create ¶
func (mr *MockServicePrincipalsClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockServicePrincipalsClientMockRecorder) List ¶
func (mr *MockServicePrincipalsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List