mock_features

package
v0.0.0-...-823d357 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_features is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) Get

func (m *MockClient) Get(arg0 context.Context, arg1, arg2 string) (features.Result, error)

Get mocks base method.

func (*MockClient) Register

func (m *MockClient) Register(arg0 context.Context, arg1, arg2 string) (features.Result, error)

Register mocks base method.

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClientMockRecorder) Register

func (mr *MockClientMockRecorder) Register(arg0, arg1, arg2 interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockDeploymentsClient

type MockDeploymentsClient struct {
	// contains filtered or unexported fields
}

MockDeploymentsClient is a mock of DeploymentsClient interface.

func NewMockDeploymentsClient

func NewMockDeploymentsClient(ctrl *gomock.Controller) *MockDeploymentsClient

NewMockDeploymentsClient creates a new mock instance.

func (*MockDeploymentsClient) CreateOrUpdateAndWait

func (m *MockDeploymentsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 features0.Deployment) error

CreateOrUpdateAndWait mocks base method.

func (*MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait

func (m *MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait(arg0 context.Context, arg1 string, arg2 features0.Deployment) error

CreateOrUpdateAtSubscriptionScopeAndWait mocks base method.

func (*MockDeploymentsClient) DeleteAndWait

func (m *MockDeploymentsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockDeploymentsClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDeploymentsClient) Get

Get mocks base method.

func (*MockDeploymentsClient) Wait

func (m *MockDeploymentsClient) Wait(arg0 context.Context, arg1, arg2 string) error

Wait mocks base method.

type MockDeploymentsClientMockRecorder

type MockDeploymentsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDeploymentsClientMockRecorder is the mock recorder for MockDeploymentsClient.

func (*MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockDeploymentsClientMockRecorder) CreateOrUpdateAtSubscriptionScopeAndWait

func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAtSubscriptionScopeAndWait(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrUpdateAtSubscriptionScopeAndWait indicates an expected call of CreateOrUpdateAtSubscriptionScopeAndWait.

func (*MockDeploymentsClientMockRecorder) DeleteAndWait

func (mr *MockDeploymentsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockDeploymentsClientMockRecorder) Get

func (mr *MockDeploymentsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockDeploymentsClientMockRecorder) Wait

func (mr *MockDeploymentsClientMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call

Wait indicates an expected call of Wait.

type MockProvidersClient

type MockProvidersClient struct {
	// contains filtered or unexported fields
}

MockProvidersClient is a mock of ProvidersClient interface.

func NewMockProvidersClient

func NewMockProvidersClient(ctrl *gomock.Controller) *MockProvidersClient

NewMockProvidersClient creates a new mock instance.

func (*MockProvidersClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProvidersClient) List

func (m *MockProvidersClient) List(arg0 context.Context, arg1 *int32, arg2 string) ([]features0.Provider, error)

List mocks base method.

func (*MockProvidersClient) Register

func (m *MockProvidersClient) Register(arg0 context.Context, arg1 string) (features0.Provider, error)

Register mocks base method.

type MockProvidersClientMockRecorder

type MockProvidersClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockProvidersClientMockRecorder is the mock recorder for MockProvidersClient.

func (*MockProvidersClientMockRecorder) List

func (mr *MockProvidersClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockProvidersClientMockRecorder) Register

func (mr *MockProvidersClientMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockResourceGroupsClient

type MockResourceGroupsClient struct {
	// contains filtered or unexported fields
}

MockResourceGroupsClient is a mock of ResourceGroupsClient interface.

func NewMockResourceGroupsClient

func NewMockResourceGroupsClient(ctrl *gomock.Controller) *MockResourceGroupsClient

NewMockResourceGroupsClient creates a new mock instance.

func (*MockResourceGroupsClient) CreateOrUpdate

CreateOrUpdate mocks base method.

func (*MockResourceGroupsClient) Delete

Delete mocks base method.

func (*MockResourceGroupsClient) DeleteAndWait

func (m *MockResourceGroupsClient) DeleteAndWait(arg0 context.Context, arg1 string) error

DeleteAndWait mocks base method.

func (*MockResourceGroupsClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockResourceGroupsClient) Get

Get mocks base method.

func (*MockResourceGroupsClient) List

List mocks base method.

type MockResourceGroupsClientMockRecorder

type MockResourceGroupsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockResourceGroupsClientMockRecorder is the mock recorder for MockResourceGroupsClient.

func (*MockResourceGroupsClientMockRecorder) CreateOrUpdate

func (mr *MockResourceGroupsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockResourceGroupsClientMockRecorder) Delete

func (mr *MockResourceGroupsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockResourceGroupsClientMockRecorder) DeleteAndWait

func (mr *MockResourceGroupsClientMockRecorder) DeleteAndWait(arg0, arg1 interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockResourceGroupsClientMockRecorder) Get

func (mr *MockResourceGroupsClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockResourceGroupsClientMockRecorder) List

func (mr *MockResourceGroupsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockResourcesClient

type MockResourcesClient struct {
	// contains filtered or unexported fields
}

MockResourcesClient is a mock of ResourcesClient interface.

func NewMockResourcesClient

func NewMockResourcesClient(ctrl *gomock.Controller) *MockResourcesClient

NewMockResourcesClient creates a new mock instance.

func (*MockResourcesClient) Client

func (m *MockResourcesClient) Client() autorest.Client

Client mocks base method.

func (*MockResourcesClient) DeleteByID

DeleteByID mocks base method.

func (*MockResourcesClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockResourcesClient) GetByID

func (m *MockResourcesClient) GetByID(arg0 context.Context, arg1, arg2 string) (features0.GenericResource, error)

GetByID mocks base method.

func (*MockResourcesClient) ListByResourceGroup

func (m *MockResourcesClient) ListByResourceGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 *int32) ([]features0.GenericResourceExpanded, error)

ListByResourceGroup mocks base method.

type MockResourcesClientMockRecorder

type MockResourcesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockResourcesClientMockRecorder is the mock recorder for MockResourcesClient.

func (*MockResourcesClientMockRecorder) Client

Client indicates an expected call of Client.

func (*MockResourcesClientMockRecorder) DeleteByID

func (mr *MockResourcesClientMockRecorder) DeleteByID(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteByID indicates an expected call of DeleteByID.

func (*MockResourcesClientMockRecorder) GetByID

func (mr *MockResourcesClientMockRecorder) GetByID(arg0, arg1, arg2 interface{}) *gomock.Call

GetByID indicates an expected call of GetByID.

func (*MockResourcesClientMockRecorder) ListByResourceGroup

func (mr *MockResourcesClientMockRecorder) ListByResourceGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ListByResourceGroup indicates an expected call of ListByResourceGroup.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL