mock_config

package
v1.25.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_config is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockService

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

MockService is a mock of Service interface

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) GetConfiguration

func (m *MockService) GetConfiguration() *config.Configuration

GetConfiguration mocks base method

func (*MockService) GetManifest

func (m *MockService) GetManifest() *model.Manifest

GetManifest mocks base method

func (*MockService) IsCloud

func (m *MockService) IsCloud() bool

IsCloud mocks base method

func (*MockService) IsConfiguredForDevelopmentAndTesting

func (m *MockService) IsConfiguredForDevelopmentAndTesting() bool

IsConfiguredForDevelopmentAndTesting mocks base method

func (*MockService) RegisterConfigChangeListener

func (m *MockService) RegisterConfigChangeListener(arg0 func()) string

RegisterConfigChangeListener mocks base method

func (*MockService) SupportsGivingFeedback

func (m *MockService) SupportsGivingFeedback() error

SupportsGivingFeedback mocks base method

func (*MockService) UnregisterConfigChangeListener

func (m *MockService) UnregisterConfigChangeListener(arg0 string)

UnregisterConfigChangeListener mocks base method

func (*MockService) UpdateConfiguration

func (m *MockService) UpdateConfiguration(arg0 func(*config.Configuration)) error

UpdateConfiguration mocks base method

type MockServiceMockRecorder

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

MockServiceMockRecorder is the mock recorder for MockService

func (*MockServiceMockRecorder) GetConfiguration

func (mr *MockServiceMockRecorder) GetConfiguration() *gomock.Call

GetConfiguration indicates an expected call of GetConfiguration

func (*MockServiceMockRecorder) GetManifest

func (mr *MockServiceMockRecorder) GetManifest() *gomock.Call

GetManifest indicates an expected call of GetManifest

func (*MockServiceMockRecorder) IsCloud

func (mr *MockServiceMockRecorder) IsCloud() *gomock.Call

IsCloud indicates an expected call of IsCloud

func (*MockServiceMockRecorder) IsConfiguredForDevelopmentAndTesting

func (mr *MockServiceMockRecorder) IsConfiguredForDevelopmentAndTesting() *gomock.Call

IsConfiguredForDevelopmentAndTesting indicates an expected call of IsConfiguredForDevelopmentAndTesting

func (*MockServiceMockRecorder) RegisterConfigChangeListener

func (mr *MockServiceMockRecorder) RegisterConfigChangeListener(arg0 interface{}) *gomock.Call

RegisterConfigChangeListener indicates an expected call of RegisterConfigChangeListener

func (*MockServiceMockRecorder) SupportsGivingFeedback

func (mr *MockServiceMockRecorder) SupportsGivingFeedback() *gomock.Call

SupportsGivingFeedback indicates an expected call of SupportsGivingFeedback

func (*MockServiceMockRecorder) UnregisterConfigChangeListener

func (mr *MockServiceMockRecorder) UnregisterConfigChangeListener(arg0 interface{}) *gomock.Call

UnregisterConfigChangeListener indicates an expected call of UnregisterConfigChangeListener

func (*MockServiceMockRecorder) UpdateConfiguration

func (mr *MockServiceMockRecorder) UpdateConfiguration(arg0 interface{}) *gomock.Call

UpdateConfiguration indicates an expected call of UpdateConfiguration

Jump to

Keyboard shortcuts

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