mock_features

package
v0.0.0-...-a580c8e Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 4 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 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 features.Deployment) error

CreateOrUpdateAndWait mocks base method

func (*MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait

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

CreateOrUpdateAtSubscriptionScopeAndWait 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) 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) ([]features.Provider, error)

List 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

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) 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) (features.GenericResource, error)

GetByID mocks base method

func (*MockResourcesClient) List

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

List mocks base method

func (*MockResourcesClient) ListByResourceGroup

func (m *MockResourcesClient) ListByResourceGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 *int32) ([]features.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) GetByID

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

GetByID indicates an expected call of GetByID

func (*MockResourcesClientMockRecorder) List

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

List indicates an expected call of List

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