Documentation ¶
Overview ¶
Package mock_managedapplications is a generated GoMock package.
Index ¶
- type MockApplicationsClient
- func (m *MockApplicationsClient) Client() autorest.Client
- func (m *MockApplicationsClient) EXPECT() *MockApplicationsClientMockRecorder
- func (m *MockApplicationsClient) Get(arg0 context.Context, arg1, arg2 string) (managedapplications.Application, error)
- func (m *MockApplicationsClient) GetByID(arg0 context.Context, arg1 string) (managedapplications.Application, error)
- func (m *MockApplicationsClient) ListByResourceGroup(arg0 context.Context, arg1 string) (managedapplications.ApplicationListResultPage, error)
- type MockApplicationsClientMockRecorder
- func (mr *MockApplicationsClientMockRecorder) Client() *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
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) Client ¶
func (m *MockApplicationsClient) Client() autorest.Client
Client 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, arg2 string) (managedapplications.Application, error)
Get mocks base method
func (*MockApplicationsClient) GetByID ¶
func (m *MockApplicationsClient) GetByID(arg0 context.Context, arg1 string) (managedapplications.Application, error)
GetByID mocks base method
func (*MockApplicationsClient) ListByResourceGroup ¶
func (m *MockApplicationsClient) ListByResourceGroup(arg0 context.Context, arg1 string) (managedapplications.ApplicationListResultPage, error)
ListByResourceGroup mocks base method
type MockApplicationsClientMockRecorder ¶
type MockApplicationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationsClientMockRecorder is the mock recorder for MockApplicationsClient
func (*MockApplicationsClientMockRecorder) Client ¶
func (mr *MockApplicationsClientMockRecorder) Client() *gomock.Call
Client indicates an expected call of Client
func (*MockApplicationsClientMockRecorder) Get ¶
func (mr *MockApplicationsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockApplicationsClientMockRecorder) GetByID ¶
func (mr *MockApplicationsClientMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
GetByID indicates an expected call of GetByID
func (*MockApplicationsClientMockRecorder) ListByResourceGroup ¶
func (mr *MockApplicationsClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
ListByResourceGroup indicates an expected call of ListByResourceGroup