mocks

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CemInterface

type CemInterface struct {
	mock.Mock
}

CemInterface is an autogenerated mock type for the CemInterface type

func NewCemInterface

func NewCemInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *CemInterface

NewCemInterface creates a new instance of CemInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*CemInterface) AddUseCase

func (_m *CemInterface) AddUseCase(usecase api.UseCaseInterface)

AddUseCase provides a mock function with given fields: usecase

func (*CemInterface) EXPECT

func (_m *CemInterface) EXPECT() *CemInterface_Expecter

func (*CemInterface) Setup

func (_m *CemInterface) Setup() error

Setup provides a mock function with given fields:

func (*CemInterface) Shutdown

func (_m *CemInterface) Shutdown()

Shutdown provides a mock function with given fields:

func (*CemInterface) Start

func (_m *CemInterface) Start()

Start provides a mock function with given fields:

type CemInterface_AddUseCase_Call

type CemInterface_AddUseCase_Call struct {
	*mock.Call
}

CemInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*CemInterface_AddUseCase_Call) Return

func (*CemInterface_AddUseCase_Call) Run

func (*CemInterface_AddUseCase_Call) RunAndReturn

type CemInterface_Expecter

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

func (*CemInterface_Expecter) AddUseCase

func (_e *CemInterface_Expecter) AddUseCase(usecase interface{}) *CemInterface_AddUseCase_Call

AddUseCase is a helper method to define mock.On call

  • usecase api.UseCaseInterface

func (*CemInterface_Expecter) Setup

Setup is a helper method to define mock.On call

func (*CemInterface_Expecter) Shutdown

Shutdown is a helper method to define mock.On call

func (*CemInterface_Expecter) Start

Start is a helper method to define mock.On call

type CemInterface_Setup_Call

type CemInterface_Setup_Call struct {
	*mock.Call
}

CemInterface_Setup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Setup'

func (*CemInterface_Setup_Call) Return

func (*CemInterface_Setup_Call) Run

func (_c *CemInterface_Setup_Call) Run(run func()) *CemInterface_Setup_Call

func (*CemInterface_Setup_Call) RunAndReturn

func (_c *CemInterface_Setup_Call) RunAndReturn(run func() error) *CemInterface_Setup_Call

type CemInterface_Shutdown_Call

type CemInterface_Shutdown_Call struct {
	*mock.Call
}

CemInterface_Shutdown_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Shutdown'

func (*CemInterface_Shutdown_Call) Return

func (*CemInterface_Shutdown_Call) Run

func (*CemInterface_Shutdown_Call) RunAndReturn

func (_c *CemInterface_Shutdown_Call) RunAndReturn(run func()) *CemInterface_Shutdown_Call

type CemInterface_Start_Call

type CemInterface_Start_Call struct {
	*mock.Call
}

CemInterface_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'

func (*CemInterface_Start_Call) Return

func (*CemInterface_Start_Call) Run

func (_c *CemInterface_Start_Call) Run(run func()) *CemInterface_Start_Call

func (*CemInterface_Start_Call) RunAndReturn

func (_c *CemInterface_Start_Call) RunAndReturn(run func()) *CemInterface_Start_Call

type DeviceEventCallback

type DeviceEventCallback struct {
	mock.Mock
}

DeviceEventCallback is an autogenerated mock type for the DeviceEventCallback type

func NewDeviceEventCallback

func NewDeviceEventCallback(t interface {
	mock.TestingT
	Cleanup(func())
}) *DeviceEventCallback

NewDeviceEventCallback creates a new instance of DeviceEventCallback. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*DeviceEventCallback) EXPECT

func (*DeviceEventCallback) Execute

func (_m *DeviceEventCallback) Execute(ski string, device api.DeviceRemoteInterface, event cemdapi.EventType)

Execute provides a mock function with given fields: ski, device, event

type DeviceEventCallback_Execute_Call

type DeviceEventCallback_Execute_Call struct {
	*mock.Call
}

DeviceEventCallback_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'

func (*DeviceEventCallback_Execute_Call) Return

func (*DeviceEventCallback_Execute_Call) Run

func (*DeviceEventCallback_Execute_Call) RunAndReturn

type DeviceEventCallback_Expecter

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

func (*DeviceEventCallback_Expecter) Execute

func (_e *DeviceEventCallback_Expecter) Execute(ski interface{}, device interface{}, event interface{}) *DeviceEventCallback_Execute_Call

Execute is a helper method to define mock.On call

  • ski string
  • device api.DeviceRemoteInterface
  • event cemdapi.EventType

type EntityEventCallback

type EntityEventCallback struct {
	mock.Mock
}

EntityEventCallback is an autogenerated mock type for the EntityEventCallback type

func NewEntityEventCallback

func NewEntityEventCallback(t interface {
	mock.TestingT
	Cleanup(func())
}) *EntityEventCallback

NewEntityEventCallback creates a new instance of EntityEventCallback. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*EntityEventCallback) EXPECT

func (*EntityEventCallback) Execute

Execute provides a mock function with given fields: ski, device, entity, event

type EntityEventCallback_Execute_Call

type EntityEventCallback_Execute_Call struct {
	*mock.Call
}

EntityEventCallback_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'

func (*EntityEventCallback_Execute_Call) Return

func (*EntityEventCallback_Execute_Call) Run

type EntityEventCallback_Expecter

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

func (*EntityEventCallback_Expecter) Execute

func (_e *EntityEventCallback_Expecter) Execute(ski interface{}, device interface{}, entity interface{}, event interface{}) *EntityEventCallback_Execute_Call

Execute is a helper method to define mock.On call

  • ski string
  • device api.DeviceRemoteInterface
  • entity api.EntityRemoteInterface
  • event cemdapi.EventType

type UCCEVCInterface

type UCCEVCInterface struct {
	mock.Mock
}

UCCEVCInterface is an autogenerated mock type for the UCCEVCInterface type

func NewUCCEVCInterface

func NewUCCEVCInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCCEVCInterface

NewUCCEVCInterface creates a new instance of UCCEVCInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCCEVCInterface) AddFeatures

func (_m *UCCEVCInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCCEVCInterface) AddUseCase

func (_m *UCCEVCInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCCEVCInterface) ChargePlan

ChargePlan provides a mock function with given fields: entity

func (*UCCEVCInterface) ChargePlanConstraints

func (_m *UCCEVCInterface) ChargePlanConstraints(entity api.EntityRemoteInterface) ([]cemdapi.DurationSlotValue, error)

ChargePlanConstraints provides a mock function with given fields: entity

func (*UCCEVCInterface) ChargeStrategy

func (_m *UCCEVCInterface) ChargeStrategy(remoteEntity api.EntityRemoteInterface) cemdapi.EVChargeStrategyType

ChargeStrategy provides a mock function with given fields: remoteEntity

func (*UCCEVCInterface) EXPECT

func (*UCCEVCInterface) EnergyDemand

func (_m *UCCEVCInterface) EnergyDemand(remoteEntity api.EntityRemoteInterface) (cemdapi.Demand, error)

EnergyDemand provides a mock function with given fields: remoteEntity

func (*UCCEVCInterface) IncentiveConstraints

func (_m *UCCEVCInterface) IncentiveConstraints(entity api.EntityRemoteInterface) (cemdapi.IncentiveSlotConstraints, error)

IncentiveConstraints provides a mock function with given fields: entity

func (*UCCEVCInterface) IsUseCaseSupported

func (_m *UCCEVCInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCCEVCInterface) TimeSlotConstraints

func (_m *UCCEVCInterface) TimeSlotConstraints(entity api.EntityRemoteInterface) (cemdapi.TimeSlotConstraints, error)

TimeSlotConstraints provides a mock function with given fields: entity

func (*UCCEVCInterface) UpdateUseCaseAvailability

func (_m *UCCEVCInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCCEVCInterface) UseCaseName

func (_m *UCCEVCInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCCEVCInterface) WriteIncentiveTableDescriptions

func (_m *UCCEVCInterface) WriteIncentiveTableDescriptions(entity api.EntityRemoteInterface, data []cemdapi.IncentiveTariffDescription) error

WriteIncentiveTableDescriptions provides a mock function with given fields: entity, data

func (*UCCEVCInterface) WriteIncentives

func (_m *UCCEVCInterface) WriteIncentives(entity api.EntityRemoteInterface, data []cemdapi.DurationSlotValue) error

WriteIncentives provides a mock function with given fields: entity, data

func (*UCCEVCInterface) WritePowerLimits

func (_m *UCCEVCInterface) WritePowerLimits(entity api.EntityRemoteInterface, data []cemdapi.DurationSlotValue) error

WritePowerLimits provides a mock function with given fields: entity, data

type UCCEVCInterface_AddFeatures_Call

type UCCEVCInterface_AddFeatures_Call struct {
	*mock.Call
}

UCCEVCInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCCEVCInterface_AddFeatures_Call) Return

func (*UCCEVCInterface_AddFeatures_Call) Run

func (*UCCEVCInterface_AddFeatures_Call) RunAndReturn

type UCCEVCInterface_AddUseCase_Call

type UCCEVCInterface_AddUseCase_Call struct {
	*mock.Call
}

UCCEVCInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCCEVCInterface_AddUseCase_Call) Return

func (*UCCEVCInterface_AddUseCase_Call) Run

func (*UCCEVCInterface_AddUseCase_Call) RunAndReturn

type UCCEVCInterface_ChargePlanConstraints_Call

type UCCEVCInterface_ChargePlanConstraints_Call struct {
	*mock.Call
}

UCCEVCInterface_ChargePlanConstraints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChargePlanConstraints'

func (*UCCEVCInterface_ChargePlanConstraints_Call) Return

func (*UCCEVCInterface_ChargePlanConstraints_Call) Run

func (*UCCEVCInterface_ChargePlanConstraints_Call) RunAndReturn

type UCCEVCInterface_ChargePlan_Call

type UCCEVCInterface_ChargePlan_Call struct {
	*mock.Call
}

UCCEVCInterface_ChargePlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChargePlan'

func (*UCCEVCInterface_ChargePlan_Call) Return

func (*UCCEVCInterface_ChargePlan_Call) Run

func (*UCCEVCInterface_ChargePlan_Call) RunAndReturn

type UCCEVCInterface_ChargeStrategy_Call

type UCCEVCInterface_ChargeStrategy_Call struct {
	*mock.Call
}

UCCEVCInterface_ChargeStrategy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChargeStrategy'

func (*UCCEVCInterface_ChargeStrategy_Call) Return

func (*UCCEVCInterface_ChargeStrategy_Call) Run

type UCCEVCInterface_EnergyDemand_Call

type UCCEVCInterface_EnergyDemand_Call struct {
	*mock.Call
}

UCCEVCInterface_EnergyDemand_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyDemand'

func (*UCCEVCInterface_EnergyDemand_Call) Return

func (*UCCEVCInterface_EnergyDemand_Call) Run

func (*UCCEVCInterface_EnergyDemand_Call) RunAndReturn

type UCCEVCInterface_Expecter

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

func (*UCCEVCInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCCEVCInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCCEVCInterface_Expecter) ChargePlan

func (_e *UCCEVCInterface_Expecter) ChargePlan(entity interface{}) *UCCEVCInterface_ChargePlan_Call

ChargePlan is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) ChargePlanConstraints

func (_e *UCCEVCInterface_Expecter) ChargePlanConstraints(entity interface{}) *UCCEVCInterface_ChargePlanConstraints_Call

ChargePlanConstraints is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) ChargeStrategy

func (_e *UCCEVCInterface_Expecter) ChargeStrategy(remoteEntity interface{}) *UCCEVCInterface_ChargeStrategy_Call

ChargeStrategy is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) EnergyDemand

func (_e *UCCEVCInterface_Expecter) EnergyDemand(remoteEntity interface{}) *UCCEVCInterface_EnergyDemand_Call

EnergyDemand is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) IncentiveConstraints

func (_e *UCCEVCInterface_Expecter) IncentiveConstraints(entity interface{}) *UCCEVCInterface_IncentiveConstraints_Call

IncentiveConstraints is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) IsUseCaseSupported

func (_e *UCCEVCInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCCEVCInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) TimeSlotConstraints

func (_e *UCCEVCInterface_Expecter) TimeSlotConstraints(entity interface{}) *UCCEVCInterface_TimeSlotConstraints_Call

TimeSlotConstraints is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCCEVCInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCCEVCInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCCEVCInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCCEVCInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCCEVCInterface_Expecter) WriteIncentiveTableDescriptions

func (_e *UCCEVCInterface_Expecter) WriteIncentiveTableDescriptions(entity interface{}, data interface{}) *UCCEVCInterface_WriteIncentiveTableDescriptions_Call

WriteIncentiveTableDescriptions is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • data []cemdapi.IncentiveTariffDescription

func (*UCCEVCInterface_Expecter) WriteIncentives

func (_e *UCCEVCInterface_Expecter) WriteIncentives(entity interface{}, data interface{}) *UCCEVCInterface_WriteIncentives_Call

WriteIncentives is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • data []cemdapi.DurationSlotValue

func (*UCCEVCInterface_Expecter) WritePowerLimits

func (_e *UCCEVCInterface_Expecter) WritePowerLimits(entity interface{}, data interface{}) *UCCEVCInterface_WritePowerLimits_Call

WritePowerLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • data []cemdapi.DurationSlotValue

type UCCEVCInterface_IncentiveConstraints_Call

type UCCEVCInterface_IncentiveConstraints_Call struct {
	*mock.Call
}

UCCEVCInterface_IncentiveConstraints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncentiveConstraints'

func (*UCCEVCInterface_IncentiveConstraints_Call) Return

func (*UCCEVCInterface_IncentiveConstraints_Call) Run

type UCCEVCInterface_IsUseCaseSupported_Call

type UCCEVCInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCCEVCInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCCEVCInterface_IsUseCaseSupported_Call) Return

func (*UCCEVCInterface_IsUseCaseSupported_Call) Run

func (*UCCEVCInterface_IsUseCaseSupported_Call) RunAndReturn

type UCCEVCInterface_TimeSlotConstraints_Call

type UCCEVCInterface_TimeSlotConstraints_Call struct {
	*mock.Call
}

UCCEVCInterface_TimeSlotConstraints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TimeSlotConstraints'

func (*UCCEVCInterface_TimeSlotConstraints_Call) Return

func (*UCCEVCInterface_TimeSlotConstraints_Call) Run

type UCCEVCInterface_UpdateUseCaseAvailability_Call

type UCCEVCInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCCEVCInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCCEVCInterface_UpdateUseCaseAvailability_Call) Return

func (*UCCEVCInterface_UpdateUseCaseAvailability_Call) Run

func (*UCCEVCInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCCEVCInterface_UseCaseName_Call

type UCCEVCInterface_UseCaseName_Call struct {
	*mock.Call
}

UCCEVCInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCCEVCInterface_UseCaseName_Call) Return

func (*UCCEVCInterface_UseCaseName_Call) Run

func (*UCCEVCInterface_UseCaseName_Call) RunAndReturn

type UCCEVCInterface_WriteIncentiveTableDescriptions_Call

type UCCEVCInterface_WriteIncentiveTableDescriptions_Call struct {
	*mock.Call
}

UCCEVCInterface_WriteIncentiveTableDescriptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteIncentiveTableDescriptions'

func (*UCCEVCInterface_WriteIncentiveTableDescriptions_Call) Return

func (*UCCEVCInterface_WriteIncentiveTableDescriptions_Call) Run

type UCCEVCInterface_WriteIncentives_Call

type UCCEVCInterface_WriteIncentives_Call struct {
	*mock.Call
}

UCCEVCInterface_WriteIncentives_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteIncentives'

func (*UCCEVCInterface_WriteIncentives_Call) Return

func (*UCCEVCInterface_WriteIncentives_Call) Run

func (*UCCEVCInterface_WriteIncentives_Call) RunAndReturn

type UCCEVCInterface_WritePowerLimits_Call

type UCCEVCInterface_WritePowerLimits_Call struct {
	*mock.Call
}

UCCEVCInterface_WritePowerLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WritePowerLimits'

func (*UCCEVCInterface_WritePowerLimits_Call) Return

func (*UCCEVCInterface_WritePowerLimits_Call) Run

func (*UCCEVCInterface_WritePowerLimits_Call) RunAndReturn

type UCEVCCInterface

type UCEVCCInterface struct {
	mock.Mock
}

UCEVCCInterface is an autogenerated mock type for the UCEVCCInterface type

func NewUCEVCCInterface

func NewUCEVCCInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCEVCCInterface

NewUCEVCCInterface creates a new instance of UCEVCCInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCEVCCInterface) AddFeatures

func (_m *UCEVCCInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCEVCCInterface) AddUseCase

func (_m *UCEVCCInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCEVCCInterface) AsymmetricChargingSupport

func (_m *UCEVCCInterface) AsymmetricChargingSupport(entity api.EntityRemoteInterface) (bool, error)

AsymmetricChargingSupport provides a mock function with given fields: entity

func (*UCEVCCInterface) ChargeState

ChargeState provides a mock function with given fields: entity

func (*UCEVCCInterface) ChargingPowerLimits

func (_m *UCEVCCInterface) ChargingPowerLimits(entity api.EntityRemoteInterface) (float64, float64, float64, error)

ChargingPowerLimits provides a mock function with given fields: entity

func (*UCEVCCInterface) CommunicationStandard

CommunicationStandard provides a mock function with given fields: entity

func (*UCEVCCInterface) EVConnected

func (_m *UCEVCCInterface) EVConnected(entity api.EntityRemoteInterface) bool

EVConnected provides a mock function with given fields: entity

func (*UCEVCCInterface) EXPECT

func (*UCEVCCInterface) Identifications

func (_m *UCEVCCInterface) Identifications(entity api.EntityRemoteInterface) ([]cemdapi.IdentificationItem, error)

Identifications provides a mock function with given fields: entity

func (*UCEVCCInterface) IsInSleepMode

func (_m *UCEVCCInterface) IsInSleepMode(entity api.EntityRemoteInterface) (bool, error)

IsInSleepMode provides a mock function with given fields: entity

func (*UCEVCCInterface) IsUseCaseSupported

func (_m *UCEVCCInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCEVCCInterface) ManufacturerData

func (_m *UCEVCCInterface) ManufacturerData(entity api.EntityRemoteInterface) (cemdapi.ManufacturerData, error)

ManufacturerData provides a mock function with given fields: entity

func (*UCEVCCInterface) UpdateUseCaseAvailability

func (_m *UCEVCCInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCEVCCInterface) UseCaseName

func (_m *UCEVCCInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCEVCCInterface_AddFeatures_Call

type UCEVCCInterface_AddFeatures_Call struct {
	*mock.Call
}

UCEVCCInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCEVCCInterface_AddFeatures_Call) Return

func (*UCEVCCInterface_AddFeatures_Call) Run

func (*UCEVCCInterface_AddFeatures_Call) RunAndReturn

type UCEVCCInterface_AddUseCase_Call

type UCEVCCInterface_AddUseCase_Call struct {
	*mock.Call
}

UCEVCCInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCEVCCInterface_AddUseCase_Call) Return

func (*UCEVCCInterface_AddUseCase_Call) Run

func (*UCEVCCInterface_AddUseCase_Call) RunAndReturn

type UCEVCCInterface_AsymmetricChargingSupport_Call

type UCEVCCInterface_AsymmetricChargingSupport_Call struct {
	*mock.Call
}

UCEVCCInterface_AsymmetricChargingSupport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AsymmetricChargingSupport'

func (*UCEVCCInterface_AsymmetricChargingSupport_Call) Return

func (*UCEVCCInterface_AsymmetricChargingSupport_Call) Run

func (*UCEVCCInterface_AsymmetricChargingSupport_Call) RunAndReturn

type UCEVCCInterface_ChargeState_Call

type UCEVCCInterface_ChargeState_Call struct {
	*mock.Call
}

UCEVCCInterface_ChargeState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChargeState'

func (*UCEVCCInterface_ChargeState_Call) Return

func (*UCEVCCInterface_ChargeState_Call) Run

func (*UCEVCCInterface_ChargeState_Call) RunAndReturn

type UCEVCCInterface_ChargingPowerLimits_Call

type UCEVCCInterface_ChargingPowerLimits_Call struct {
	*mock.Call
}

UCEVCCInterface_ChargingPowerLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChargingPowerLimits'

func (*UCEVCCInterface_ChargingPowerLimits_Call) Return

func (*UCEVCCInterface_ChargingPowerLimits_Call) Run

func (*UCEVCCInterface_ChargingPowerLimits_Call) RunAndReturn

type UCEVCCInterface_CommunicationStandard_Call

type UCEVCCInterface_CommunicationStandard_Call struct {
	*mock.Call
}

UCEVCCInterface_CommunicationStandard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommunicationStandard'

func (*UCEVCCInterface_CommunicationStandard_Call) Run

type UCEVCCInterface_EVConnected_Call

type UCEVCCInterface_EVConnected_Call struct {
	*mock.Call
}

UCEVCCInterface_EVConnected_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EVConnected'

func (*UCEVCCInterface_EVConnected_Call) Return

func (*UCEVCCInterface_EVConnected_Call) Run

func (*UCEVCCInterface_EVConnected_Call) RunAndReturn

type UCEVCCInterface_Expecter

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

func (*UCEVCCInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCEVCCInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCEVCCInterface_Expecter) AsymmetricChargingSupport

func (_e *UCEVCCInterface_Expecter) AsymmetricChargingSupport(entity interface{}) *UCEVCCInterface_AsymmetricChargingSupport_Call

AsymmetricChargingSupport is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) ChargeState

func (_e *UCEVCCInterface_Expecter) ChargeState(entity interface{}) *UCEVCCInterface_ChargeState_Call

ChargeState is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) ChargingPowerLimits

func (_e *UCEVCCInterface_Expecter) ChargingPowerLimits(entity interface{}) *UCEVCCInterface_ChargingPowerLimits_Call

ChargingPowerLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) CommunicationStandard

func (_e *UCEVCCInterface_Expecter) CommunicationStandard(entity interface{}) *UCEVCCInterface_CommunicationStandard_Call

CommunicationStandard is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) EVConnected

func (_e *UCEVCCInterface_Expecter) EVConnected(entity interface{}) *UCEVCCInterface_EVConnected_Call

EVConnected is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) Identifications

func (_e *UCEVCCInterface_Expecter) Identifications(entity interface{}) *UCEVCCInterface_Identifications_Call

Identifications is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) IsInSleepMode

func (_e *UCEVCCInterface_Expecter) IsInSleepMode(entity interface{}) *UCEVCCInterface_IsInSleepMode_Call

IsInSleepMode is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) IsUseCaseSupported

func (_e *UCEVCCInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCEVCCInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) ManufacturerData

func (_e *UCEVCCInterface_Expecter) ManufacturerData(entity interface{}) *UCEVCCInterface_ManufacturerData_Call

ManufacturerData is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCCInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCEVCCInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCEVCCInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCEVCCInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCEVCCInterface_Identifications_Call

type UCEVCCInterface_Identifications_Call struct {
	*mock.Call
}

UCEVCCInterface_Identifications_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Identifications'

func (*UCEVCCInterface_Identifications_Call) Return

func (*UCEVCCInterface_Identifications_Call) Run

func (*UCEVCCInterface_Identifications_Call) RunAndReturn

type UCEVCCInterface_IsInSleepMode_Call

type UCEVCCInterface_IsInSleepMode_Call struct {
	*mock.Call
}

UCEVCCInterface_IsInSleepMode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsInSleepMode'

func (*UCEVCCInterface_IsInSleepMode_Call) Return

func (*UCEVCCInterface_IsInSleepMode_Call) Run

func (*UCEVCCInterface_IsInSleepMode_Call) RunAndReturn

type UCEVCCInterface_IsUseCaseSupported_Call

type UCEVCCInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCEVCCInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCEVCCInterface_IsUseCaseSupported_Call) Return

func (*UCEVCCInterface_IsUseCaseSupported_Call) Run

func (*UCEVCCInterface_IsUseCaseSupported_Call) RunAndReturn

type UCEVCCInterface_ManufacturerData_Call

type UCEVCCInterface_ManufacturerData_Call struct {
	*mock.Call
}

UCEVCCInterface_ManufacturerData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ManufacturerData'

func (*UCEVCCInterface_ManufacturerData_Call) Return

func (*UCEVCCInterface_ManufacturerData_Call) Run

func (*UCEVCCInterface_ManufacturerData_Call) RunAndReturn

type UCEVCCInterface_UpdateUseCaseAvailability_Call

type UCEVCCInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCEVCCInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCEVCCInterface_UpdateUseCaseAvailability_Call) Return

func (*UCEVCCInterface_UpdateUseCaseAvailability_Call) Run

func (*UCEVCCInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCEVCCInterface_UseCaseName_Call

type UCEVCCInterface_UseCaseName_Call struct {
	*mock.Call
}

UCEVCCInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCEVCCInterface_UseCaseName_Call) Return

func (*UCEVCCInterface_UseCaseName_Call) Run

func (*UCEVCCInterface_UseCaseName_Call) RunAndReturn

type UCEVCEMInterface

type UCEVCEMInterface struct {
	mock.Mock
}

UCEVCEMInterface is an autogenerated mock type for the UCEVCEMInterface type

func NewUCEVCEMInterface

func NewUCEVCEMInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCEVCEMInterface

NewUCEVCEMInterface creates a new instance of UCEVCEMInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCEVCEMInterface) AddFeatures

func (_m *UCEVCEMInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCEVCEMInterface) AddUseCase

func (_m *UCEVCEMInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCEVCEMInterface) CurrentPerPhase

func (_m *UCEVCEMInterface) CurrentPerPhase(entity api.EntityRemoteInterface) ([]float64, error)

CurrentPerPhase provides a mock function with given fields: entity

func (*UCEVCEMInterface) EXPECT

func (*UCEVCEMInterface) EnergyCharged

func (_m *UCEVCEMInterface) EnergyCharged(entity api.EntityRemoteInterface) (float64, error)

EnergyCharged provides a mock function with given fields: entity

func (*UCEVCEMInterface) IsUseCaseSupported

func (_m *UCEVCEMInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCEVCEMInterface) PhasesConnected

func (_m *UCEVCEMInterface) PhasesConnected(entity api.EntityRemoteInterface) (uint, error)

PhasesConnected provides a mock function with given fields: entity

func (*UCEVCEMInterface) PowerPerPhase

func (_m *UCEVCEMInterface) PowerPerPhase(entity api.EntityRemoteInterface) ([]float64, error)

PowerPerPhase provides a mock function with given fields: entity

func (*UCEVCEMInterface) UpdateUseCaseAvailability

func (_m *UCEVCEMInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCEVCEMInterface) UseCaseName

func (_m *UCEVCEMInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCEVCEMInterface_AddFeatures_Call

type UCEVCEMInterface_AddFeatures_Call struct {
	*mock.Call
}

UCEVCEMInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCEVCEMInterface_AddFeatures_Call) Return

func (*UCEVCEMInterface_AddFeatures_Call) Run

func (*UCEVCEMInterface_AddFeatures_Call) RunAndReturn

type UCEVCEMInterface_AddUseCase_Call

type UCEVCEMInterface_AddUseCase_Call struct {
	*mock.Call
}

UCEVCEMInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCEVCEMInterface_AddUseCase_Call) Return

func (*UCEVCEMInterface_AddUseCase_Call) Run

func (*UCEVCEMInterface_AddUseCase_Call) RunAndReturn

type UCEVCEMInterface_CurrentPerPhase_Call

type UCEVCEMInterface_CurrentPerPhase_Call struct {
	*mock.Call
}

UCEVCEMInterface_CurrentPerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentPerPhase'

func (*UCEVCEMInterface_CurrentPerPhase_Call) Return

func (*UCEVCEMInterface_CurrentPerPhase_Call) Run

func (*UCEVCEMInterface_CurrentPerPhase_Call) RunAndReturn

type UCEVCEMInterface_EnergyCharged_Call

type UCEVCEMInterface_EnergyCharged_Call struct {
	*mock.Call
}

UCEVCEMInterface_EnergyCharged_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyCharged'

func (*UCEVCEMInterface_EnergyCharged_Call) Return

func (*UCEVCEMInterface_EnergyCharged_Call) Run

func (*UCEVCEMInterface_EnergyCharged_Call) RunAndReturn

type UCEVCEMInterface_Expecter

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

func (*UCEVCEMInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCEVCEMInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCEVCEMInterface_Expecter) CurrentPerPhase

func (_e *UCEVCEMInterface_Expecter) CurrentPerPhase(entity interface{}) *UCEVCEMInterface_CurrentPerPhase_Call

CurrentPerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCEMInterface_Expecter) EnergyCharged

func (_e *UCEVCEMInterface_Expecter) EnergyCharged(entity interface{}) *UCEVCEMInterface_EnergyCharged_Call

EnergyCharged is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCEMInterface_Expecter) IsUseCaseSupported

func (_e *UCEVCEMInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCEVCEMInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCEVCEMInterface_Expecter) PhasesConnected

func (_e *UCEVCEMInterface_Expecter) PhasesConnected(entity interface{}) *UCEVCEMInterface_PhasesConnected_Call

PhasesConnected is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCEMInterface_Expecter) PowerPerPhase

func (_e *UCEVCEMInterface_Expecter) PowerPerPhase(entity interface{}) *UCEVCEMInterface_PowerPerPhase_Call

PowerPerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVCEMInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCEVCEMInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCEVCEMInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCEVCEMInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCEVCEMInterface_IsUseCaseSupported_Call

type UCEVCEMInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCEVCEMInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCEVCEMInterface_IsUseCaseSupported_Call) Return

func (*UCEVCEMInterface_IsUseCaseSupported_Call) Run

func (*UCEVCEMInterface_IsUseCaseSupported_Call) RunAndReturn

type UCEVCEMInterface_PhasesConnected_Call

type UCEVCEMInterface_PhasesConnected_Call struct {
	*mock.Call
}

UCEVCEMInterface_PhasesConnected_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PhasesConnected'

func (*UCEVCEMInterface_PhasesConnected_Call) Return

func (*UCEVCEMInterface_PhasesConnected_Call) Run

func (*UCEVCEMInterface_PhasesConnected_Call) RunAndReturn

type UCEVCEMInterface_PowerPerPhase_Call

type UCEVCEMInterface_PowerPerPhase_Call struct {
	*mock.Call
}

UCEVCEMInterface_PowerPerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerPerPhase'

func (*UCEVCEMInterface_PowerPerPhase_Call) Return

func (*UCEVCEMInterface_PowerPerPhase_Call) Run

func (*UCEVCEMInterface_PowerPerPhase_Call) RunAndReturn

type UCEVCEMInterface_UpdateUseCaseAvailability_Call

type UCEVCEMInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCEVCEMInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCEVCEMInterface_UpdateUseCaseAvailability_Call) Return

func (*UCEVCEMInterface_UpdateUseCaseAvailability_Call) Run

func (*UCEVCEMInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCEVCEMInterface_UseCaseName_Call

type UCEVCEMInterface_UseCaseName_Call struct {
	*mock.Call
}

UCEVCEMInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCEVCEMInterface_UseCaseName_Call) Return

func (*UCEVCEMInterface_UseCaseName_Call) Run

func (*UCEVCEMInterface_UseCaseName_Call) RunAndReturn

type UCEVSECCInterface

type UCEVSECCInterface struct {
	mock.Mock
}

UCEVSECCInterface is an autogenerated mock type for the UCEVSECCInterface type

func NewUCEVSECCInterface

func NewUCEVSECCInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCEVSECCInterface

NewUCEVSECCInterface creates a new instance of UCEVSECCInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCEVSECCInterface) AddFeatures

func (_m *UCEVSECCInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCEVSECCInterface) AddUseCase

func (_m *UCEVSECCInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCEVSECCInterface) EXPECT

func (*UCEVSECCInterface) IsUseCaseSupported

func (_m *UCEVSECCInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCEVSECCInterface) ManufacturerData

func (_m *UCEVSECCInterface) ManufacturerData(entity api.EntityRemoteInterface) (cemdapi.ManufacturerData, error)

ManufacturerData provides a mock function with given fields: entity

func (*UCEVSECCInterface) OperatingState

OperatingState provides a mock function with given fields: entity

func (*UCEVSECCInterface) UpdateUseCaseAvailability

func (_m *UCEVSECCInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCEVSECCInterface) UseCaseName

func (_m *UCEVSECCInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCEVSECCInterface_AddFeatures_Call

type UCEVSECCInterface_AddFeatures_Call struct {
	*mock.Call
}

UCEVSECCInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCEVSECCInterface_AddFeatures_Call) Return

func (*UCEVSECCInterface_AddFeatures_Call) Run

func (*UCEVSECCInterface_AddFeatures_Call) RunAndReturn

type UCEVSECCInterface_AddUseCase_Call

type UCEVSECCInterface_AddUseCase_Call struct {
	*mock.Call
}

UCEVSECCInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCEVSECCInterface_AddUseCase_Call) Return

func (*UCEVSECCInterface_AddUseCase_Call) Run

func (*UCEVSECCInterface_AddUseCase_Call) RunAndReturn

type UCEVSECCInterface_Expecter

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

func (*UCEVSECCInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCEVSECCInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCEVSECCInterface_Expecter) IsUseCaseSupported

func (_e *UCEVSECCInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCEVSECCInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCEVSECCInterface_Expecter) ManufacturerData

func (_e *UCEVSECCInterface_Expecter) ManufacturerData(entity interface{}) *UCEVSECCInterface_ManufacturerData_Call

ManufacturerData is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVSECCInterface_Expecter) OperatingState

func (_e *UCEVSECCInterface_Expecter) OperatingState(entity interface{}) *UCEVSECCInterface_OperatingState_Call

OperatingState is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVSECCInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCEVSECCInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCEVSECCInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCEVSECCInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCEVSECCInterface_IsUseCaseSupported_Call

type UCEVSECCInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCEVSECCInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCEVSECCInterface_IsUseCaseSupported_Call) Return

func (*UCEVSECCInterface_IsUseCaseSupported_Call) Run

func (*UCEVSECCInterface_IsUseCaseSupported_Call) RunAndReturn

type UCEVSECCInterface_ManufacturerData_Call

type UCEVSECCInterface_ManufacturerData_Call struct {
	*mock.Call
}

UCEVSECCInterface_ManufacturerData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ManufacturerData'

func (*UCEVSECCInterface_ManufacturerData_Call) Return

func (*UCEVSECCInterface_ManufacturerData_Call) Run

func (*UCEVSECCInterface_ManufacturerData_Call) RunAndReturn

type UCEVSECCInterface_OperatingState_Call

type UCEVSECCInterface_OperatingState_Call struct {
	*mock.Call
}

UCEVSECCInterface_OperatingState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OperatingState'

func (*UCEVSECCInterface_OperatingState_Call) Return

func (*UCEVSECCInterface_OperatingState_Call) Run

type UCEVSECCInterface_UpdateUseCaseAvailability_Call

type UCEVSECCInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCEVSECCInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCEVSECCInterface_UpdateUseCaseAvailability_Call) Return

func (*UCEVSECCInterface_UpdateUseCaseAvailability_Call) Run

func (*UCEVSECCInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCEVSECCInterface_UseCaseName_Call

type UCEVSECCInterface_UseCaseName_Call struct {
	*mock.Call
}

UCEVSECCInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCEVSECCInterface_UseCaseName_Call) Return

func (*UCEVSECCInterface_UseCaseName_Call) Run

func (*UCEVSECCInterface_UseCaseName_Call) RunAndReturn

type UCEVSOCInterface

type UCEVSOCInterface struct {
	mock.Mock
}

UCEVSOCInterface is an autogenerated mock type for the UCEVSOCInterface type

func NewUCEVSOCInterface

func NewUCEVSOCInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCEVSOCInterface

NewUCEVSOCInterface creates a new instance of UCEVSOCInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCEVSOCInterface) AddFeatures

func (_m *UCEVSOCInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCEVSOCInterface) AddUseCase

func (_m *UCEVSOCInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCEVSOCInterface) EXPECT

func (*UCEVSOCInterface) IsUseCaseSupported

func (_m *UCEVSOCInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCEVSOCInterface) StateOfCharge

func (_m *UCEVSOCInterface) StateOfCharge(entity api.EntityRemoteInterface) (float64, error)

StateOfCharge provides a mock function with given fields: entity

func (*UCEVSOCInterface) UpdateUseCaseAvailability

func (_m *UCEVSOCInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCEVSOCInterface) UseCaseName

func (_m *UCEVSOCInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCEVSOCInterface_AddFeatures_Call

type UCEVSOCInterface_AddFeatures_Call struct {
	*mock.Call
}

UCEVSOCInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCEVSOCInterface_AddFeatures_Call) Return

func (*UCEVSOCInterface_AddFeatures_Call) Run

func (*UCEVSOCInterface_AddFeatures_Call) RunAndReturn

type UCEVSOCInterface_AddUseCase_Call

type UCEVSOCInterface_AddUseCase_Call struct {
	*mock.Call
}

UCEVSOCInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCEVSOCInterface_AddUseCase_Call) Return

func (*UCEVSOCInterface_AddUseCase_Call) Run

func (*UCEVSOCInterface_AddUseCase_Call) RunAndReturn

type UCEVSOCInterface_Expecter

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

func (*UCEVSOCInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCEVSOCInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCEVSOCInterface_Expecter) IsUseCaseSupported

func (_e *UCEVSOCInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCEVSOCInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCEVSOCInterface_Expecter) StateOfCharge

func (_e *UCEVSOCInterface_Expecter) StateOfCharge(entity interface{}) *UCEVSOCInterface_StateOfCharge_Call

StateOfCharge is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCEVSOCInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCEVSOCInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCEVSOCInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCEVSOCInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCEVSOCInterface_IsUseCaseSupported_Call

type UCEVSOCInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCEVSOCInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCEVSOCInterface_IsUseCaseSupported_Call) Return

func (*UCEVSOCInterface_IsUseCaseSupported_Call) Run

func (*UCEVSOCInterface_IsUseCaseSupported_Call) RunAndReturn

type UCEVSOCInterface_StateOfCharge_Call

type UCEVSOCInterface_StateOfCharge_Call struct {
	*mock.Call
}

UCEVSOCInterface_StateOfCharge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StateOfCharge'

func (*UCEVSOCInterface_StateOfCharge_Call) Return

func (*UCEVSOCInterface_StateOfCharge_Call) Run

func (*UCEVSOCInterface_StateOfCharge_Call) RunAndReturn

type UCEVSOCInterface_UpdateUseCaseAvailability_Call

type UCEVSOCInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCEVSOCInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCEVSOCInterface_UpdateUseCaseAvailability_Call) Return

func (*UCEVSOCInterface_UpdateUseCaseAvailability_Call) Run

func (*UCEVSOCInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCEVSOCInterface_UseCaseName_Call

type UCEVSOCInterface_UseCaseName_Call struct {
	*mock.Call
}

UCEVSOCInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCEVSOCInterface_UseCaseName_Call) Return

func (*UCEVSOCInterface_UseCaseName_Call) Run

func (*UCEVSOCInterface_UseCaseName_Call) RunAndReturn

type UCLPCInterface

type UCLPCInterface struct {
	mock.Mock
}

UCLPCInterface is an autogenerated mock type for the UCLPCInterface type

func NewUCLPCInterface

func NewUCLPCInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCLPCInterface

NewUCLPCInterface creates a new instance of UCLPCInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCLPCInterface) AddFeatures

func (_m *UCLPCInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCLPCInterface) AddUseCase

func (_m *UCLPCInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCLPCInterface) ConsumptionLimit

func (_m *UCLPCInterface) ConsumptionLimit(entity api.EntityRemoteInterface) (cemdapi.LoadLimit, error)

ConsumptionLimit provides a mock function with given fields: entity

func (*UCLPCInterface) EXPECT

func (*UCLPCInterface) FailsafeConsumptionActivePowerLimit

func (_m *UCLPCInterface) FailsafeConsumptionActivePowerLimit(entity api.EntityRemoteInterface) (float64, error)

FailsafeConsumptionActivePowerLimit provides a mock function with given fields: entity

func (*UCLPCInterface) FailsafeDurationMinimum

func (_m *UCLPCInterface) FailsafeDurationMinimum(entity api.EntityRemoteInterface) (time.Duration, error)

FailsafeDurationMinimum provides a mock function with given fields: entity

func (*UCLPCInterface) IsUseCaseSupported

func (_m *UCLPCInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCLPCInterface) PowerConsumptionNominalMax

func (_m *UCLPCInterface) PowerConsumptionNominalMax(entity api.EntityRemoteInterface) (float64, error)

PowerConsumptionNominalMax provides a mock function with given fields: entity

func (*UCLPCInterface) UpdateUseCaseAvailability

func (_m *UCLPCInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCLPCInterface) UseCaseName

func (_m *UCLPCInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCLPCInterface) WriteConsumptionLimit

func (_m *UCLPCInterface) WriteConsumptionLimit(entity api.EntityRemoteInterface, limit cemdapi.LoadLimit) (*model.MsgCounterType, error)

WriteConsumptionLimit provides a mock function with given fields: entity, limit

func (*UCLPCInterface) WriteFailsafeConsumptionActivePowerLimit

func (_m *UCLPCInterface) WriteFailsafeConsumptionActivePowerLimit(entity api.EntityRemoteInterface, value float64) (*model.MsgCounterType, error)

WriteFailsafeConsumptionActivePowerLimit provides a mock function with given fields: entity, value

func (*UCLPCInterface) WriteFailsafeDurationMinimum

func (_m *UCLPCInterface) WriteFailsafeDurationMinimum(entity api.EntityRemoteInterface, duration time.Duration) (*model.MsgCounterType, error)

WriteFailsafeDurationMinimum provides a mock function with given fields: entity, duration

type UCLPCInterface_AddFeatures_Call

type UCLPCInterface_AddFeatures_Call struct {
	*mock.Call
}

UCLPCInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCLPCInterface_AddFeatures_Call) Return

func (*UCLPCInterface_AddFeatures_Call) Run

func (*UCLPCInterface_AddFeatures_Call) RunAndReturn

type UCLPCInterface_AddUseCase_Call

type UCLPCInterface_AddUseCase_Call struct {
	*mock.Call
}

UCLPCInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCLPCInterface_AddUseCase_Call) Return

func (*UCLPCInterface_AddUseCase_Call) Run

func (*UCLPCInterface_AddUseCase_Call) RunAndReturn

func (_c *UCLPCInterface_AddUseCase_Call) RunAndReturn(run func()) *UCLPCInterface_AddUseCase_Call

type UCLPCInterface_ConsumptionLimit_Call

type UCLPCInterface_ConsumptionLimit_Call struct {
	*mock.Call
}

UCLPCInterface_ConsumptionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConsumptionLimit'

func (*UCLPCInterface_ConsumptionLimit_Call) Return

func (*UCLPCInterface_ConsumptionLimit_Call) Run

func (*UCLPCInterface_ConsumptionLimit_Call) RunAndReturn

type UCLPCInterface_Expecter

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

func (*UCLPCInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCLPCInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCLPCInterface_Expecter) ConsumptionLimit

func (_e *UCLPCInterface_Expecter) ConsumptionLimit(entity interface{}) *UCLPCInterface_ConsumptionLimit_Call

ConsumptionLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPCInterface_Expecter) FailsafeConsumptionActivePowerLimit

func (_e *UCLPCInterface_Expecter) FailsafeConsumptionActivePowerLimit(entity interface{}) *UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call

FailsafeConsumptionActivePowerLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPCInterface_Expecter) FailsafeDurationMinimum

func (_e *UCLPCInterface_Expecter) FailsafeDurationMinimum(entity interface{}) *UCLPCInterface_FailsafeDurationMinimum_Call

FailsafeDurationMinimum is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPCInterface_Expecter) IsUseCaseSupported

func (_e *UCLPCInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCLPCInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCLPCInterface_Expecter) PowerConsumptionNominalMax

func (_e *UCLPCInterface_Expecter) PowerConsumptionNominalMax(entity interface{}) *UCLPCInterface_PowerConsumptionNominalMax_Call

PowerConsumptionNominalMax is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPCInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCLPCInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCLPCInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCLPCInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCLPCInterface_Expecter) WriteConsumptionLimit

func (_e *UCLPCInterface_Expecter) WriteConsumptionLimit(entity interface{}, limit interface{}) *UCLPCInterface_WriteConsumptionLimit_Call

WriteConsumptionLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • limit cemdapi.LoadLimit

func (*UCLPCInterface_Expecter) WriteFailsafeConsumptionActivePowerLimit

func (_e *UCLPCInterface_Expecter) WriteFailsafeConsumptionActivePowerLimit(entity interface{}, value interface{}) *UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call

WriteFailsafeConsumptionActivePowerLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • value float64

func (*UCLPCInterface_Expecter) WriteFailsafeDurationMinimum

func (_e *UCLPCInterface_Expecter) WriteFailsafeDurationMinimum(entity interface{}, duration interface{}) *UCLPCInterface_WriteFailsafeDurationMinimum_Call

WriteFailsafeDurationMinimum is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • duration time.Duration

type UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call

type UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeConsumptionActivePowerLimit'

func (*UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call) Return

func (*UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call) Run

func (*UCLPCInterface_FailsafeConsumptionActivePowerLimit_Call) RunAndReturn

type UCLPCInterface_FailsafeDurationMinimum_Call

type UCLPCInterface_FailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPCInterface_FailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeDurationMinimum'

func (*UCLPCInterface_FailsafeDurationMinimum_Call) Return

func (*UCLPCInterface_FailsafeDurationMinimum_Call) Run

func (*UCLPCInterface_FailsafeDurationMinimum_Call) RunAndReturn

type UCLPCInterface_IsUseCaseSupported_Call

type UCLPCInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCLPCInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCLPCInterface_IsUseCaseSupported_Call) Return

func (*UCLPCInterface_IsUseCaseSupported_Call) Run

func (*UCLPCInterface_IsUseCaseSupported_Call) RunAndReturn

type UCLPCInterface_PowerConsumptionNominalMax_Call

type UCLPCInterface_PowerConsumptionNominalMax_Call struct {
	*mock.Call
}

UCLPCInterface_PowerConsumptionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerConsumptionNominalMax'

func (*UCLPCInterface_PowerConsumptionNominalMax_Call) Return

func (*UCLPCInterface_PowerConsumptionNominalMax_Call) Run

func (*UCLPCInterface_PowerConsumptionNominalMax_Call) RunAndReturn

type UCLPCInterface_UpdateUseCaseAvailability_Call

type UCLPCInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCLPCInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCLPCInterface_UpdateUseCaseAvailability_Call) Return

func (*UCLPCInterface_UpdateUseCaseAvailability_Call) Run

func (*UCLPCInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCLPCInterface_UseCaseName_Call

type UCLPCInterface_UseCaseName_Call struct {
	*mock.Call
}

UCLPCInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCLPCInterface_UseCaseName_Call) Return

func (*UCLPCInterface_UseCaseName_Call) Run

func (*UCLPCInterface_UseCaseName_Call) RunAndReturn

type UCLPCInterface_WriteConsumptionLimit_Call

type UCLPCInterface_WriteConsumptionLimit_Call struct {
	*mock.Call
}

UCLPCInterface_WriteConsumptionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteConsumptionLimit'

func (*UCLPCInterface_WriteConsumptionLimit_Call) Return

func (*UCLPCInterface_WriteConsumptionLimit_Call) Run

type UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call

type UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteFailsafeConsumptionActivePowerLimit'

func (*UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call) Return

func (*UCLPCInterface_WriteFailsafeConsumptionActivePowerLimit_Call) Run

type UCLPCInterface_WriteFailsafeDurationMinimum_Call

type UCLPCInterface_WriteFailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPCInterface_WriteFailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteFailsafeDurationMinimum'

func (*UCLPCInterface_WriteFailsafeDurationMinimum_Call) Return

func (*UCLPCInterface_WriteFailsafeDurationMinimum_Call) Run

type UCLPCServerInterface

type UCLPCServerInterface struct {
	mock.Mock
}

UCLPCServerInterface is an autogenerated mock type for the UCLPCServerInterface type

func NewUCLPCServerInterface

func NewUCLPCServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCLPCServerInterface

NewUCLPCServerInterface creates a new instance of UCLPCServerInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCLPCServerInterface) AddFeatures

func (_m *UCLPCServerInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCLPCServerInterface) AddUseCase

func (_m *UCLPCServerInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCLPCServerInterface) ConsumptionLimit

func (_m *UCLPCServerInterface) ConsumptionLimit() (api.LoadLimit, error)

ConsumptionLimit provides a mock function with given fields:

func (*UCLPCServerInterface) ContractualConsumptionNominalMax

func (_m *UCLPCServerInterface) ContractualConsumptionNominalMax() (float64, error)

ContractualConsumptionNominalMax provides a mock function with given fields:

func (*UCLPCServerInterface) EXPECT

func (*UCLPCServerInterface) FailsafeConsumptionActivePowerLimit

func (_m *UCLPCServerInterface) FailsafeConsumptionActivePowerLimit() (float64, bool, error)

FailsafeConsumptionActivePowerLimit provides a mock function with given fields:

func (*UCLPCServerInterface) FailsafeDurationMinimum

func (_m *UCLPCServerInterface) FailsafeDurationMinimum() (time.Duration, bool, error)

FailsafeDurationMinimum provides a mock function with given fields:

func (*UCLPCServerInterface) IsUseCaseSupported

func (_m *UCLPCServerInterface) IsUseCaseSupported(remoteEntity spine_goapi.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCLPCServerInterface) SetConsumptionLimit

func (_m *UCLPCServerInterface) SetConsumptionLimit(limit api.LoadLimit) error

SetConsumptionLimit provides a mock function with given fields: limit

func (*UCLPCServerInterface) SetContractualConsumptionNominalMax

func (_m *UCLPCServerInterface) SetContractualConsumptionNominalMax(value float64) error

SetContractualConsumptionNominalMax provides a mock function with given fields: value

func (*UCLPCServerInterface) SetFailsafeConsumptionActivePowerLimit

func (_m *UCLPCServerInterface) SetFailsafeConsumptionActivePowerLimit(value float64, changeable bool) error

SetFailsafeConsumptionActivePowerLimit provides a mock function with given fields: value, changeable

func (*UCLPCServerInterface) SetFailsafeDurationMinimum

func (_m *UCLPCServerInterface) SetFailsafeDurationMinimum(duration time.Duration, changeable bool) error

SetFailsafeDurationMinimum provides a mock function with given fields: duration, changeable

func (*UCLPCServerInterface) UpdateUseCaseAvailability

func (_m *UCLPCServerInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCLPCServerInterface) UseCaseName

func (_m *UCLPCServerInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCLPCServerInterface_AddFeatures_Call

type UCLPCServerInterface_AddFeatures_Call struct {
	*mock.Call
}

UCLPCServerInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCLPCServerInterface_AddFeatures_Call) Return

func (*UCLPCServerInterface_AddFeatures_Call) Run

func (*UCLPCServerInterface_AddFeatures_Call) RunAndReturn

type UCLPCServerInterface_AddUseCase_Call

type UCLPCServerInterface_AddUseCase_Call struct {
	*mock.Call
}

UCLPCServerInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCLPCServerInterface_AddUseCase_Call) Return

func (*UCLPCServerInterface_AddUseCase_Call) Run

func (*UCLPCServerInterface_AddUseCase_Call) RunAndReturn

type UCLPCServerInterface_ConsumptionLimit_Call

type UCLPCServerInterface_ConsumptionLimit_Call struct {
	*mock.Call
}

UCLPCServerInterface_ConsumptionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConsumptionLimit'

func (*UCLPCServerInterface_ConsumptionLimit_Call) Return

func (*UCLPCServerInterface_ConsumptionLimit_Call) Run

func (*UCLPCServerInterface_ConsumptionLimit_Call) RunAndReturn

type UCLPCServerInterface_ContractualConsumptionNominalMax_Call

type UCLPCServerInterface_ContractualConsumptionNominalMax_Call struct {
	*mock.Call
}

UCLPCServerInterface_ContractualConsumptionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContractualConsumptionNominalMax'

func (*UCLPCServerInterface_ContractualConsumptionNominalMax_Call) Return

func (*UCLPCServerInterface_ContractualConsumptionNominalMax_Call) Run

func (*UCLPCServerInterface_ContractualConsumptionNominalMax_Call) RunAndReturn

type UCLPCServerInterface_Expecter

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

func (*UCLPCServerInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) ConsumptionLimit

ConsumptionLimit is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) ContractualConsumptionNominalMax

ContractualConsumptionNominalMax is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) FailsafeConsumptionActivePowerLimit

FailsafeConsumptionActivePowerLimit is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) FailsafeDurationMinimum

FailsafeDurationMinimum is a helper method to define mock.On call

func (*UCLPCServerInterface_Expecter) IsUseCaseSupported

func (_e *UCLPCServerInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCLPCServerInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity spine_goapi.EntityRemoteInterface

func (*UCLPCServerInterface_Expecter) SetConsumptionLimit

func (_e *UCLPCServerInterface_Expecter) SetConsumptionLimit(limit interface{}) *UCLPCServerInterface_SetConsumptionLimit_Call

SetConsumptionLimit is a helper method to define mock.On call

  • limit api.LoadLimit

func (*UCLPCServerInterface_Expecter) SetContractualConsumptionNominalMax

func (_e *UCLPCServerInterface_Expecter) SetContractualConsumptionNominalMax(value interface{}) *UCLPCServerInterface_SetContractualConsumptionNominalMax_Call

SetContractualConsumptionNominalMax is a helper method to define mock.On call

  • value float64

func (*UCLPCServerInterface_Expecter) SetFailsafeConsumptionActivePowerLimit

func (_e *UCLPCServerInterface_Expecter) SetFailsafeConsumptionActivePowerLimit(value interface{}, changeable interface{}) *UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call

SetFailsafeConsumptionActivePowerLimit is a helper method to define mock.On call

  • value float64
  • changeable bool

func (*UCLPCServerInterface_Expecter) SetFailsafeDurationMinimum

func (_e *UCLPCServerInterface_Expecter) SetFailsafeDurationMinimum(duration interface{}, changeable interface{}) *UCLPCServerInterface_SetFailsafeDurationMinimum_Call

SetFailsafeDurationMinimum is a helper method to define mock.On call

  • duration time.Duration
  • changeable bool

func (*UCLPCServerInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCLPCServerInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCLPCServerInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCLPCServerInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call

type UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeConsumptionActivePowerLimit'

func (*UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call) Return

func (*UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call) Run

func (*UCLPCServerInterface_FailsafeConsumptionActivePowerLimit_Call) RunAndReturn

type UCLPCServerInterface_FailsafeDurationMinimum_Call

type UCLPCServerInterface_FailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPCServerInterface_FailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeDurationMinimum'

func (*UCLPCServerInterface_FailsafeDurationMinimum_Call) Return

func (*UCLPCServerInterface_FailsafeDurationMinimum_Call) Run

func (*UCLPCServerInterface_FailsafeDurationMinimum_Call) RunAndReturn

type UCLPCServerInterface_IsUseCaseSupported_Call

type UCLPCServerInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCLPCServerInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCLPCServerInterface_IsUseCaseSupported_Call) Return

func (*UCLPCServerInterface_IsUseCaseSupported_Call) Run

func (*UCLPCServerInterface_IsUseCaseSupported_Call) RunAndReturn

type UCLPCServerInterface_SetConsumptionLimit_Call

type UCLPCServerInterface_SetConsumptionLimit_Call struct {
	*mock.Call
}

UCLPCServerInterface_SetConsumptionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetConsumptionLimit'

func (*UCLPCServerInterface_SetConsumptionLimit_Call) Return

func (*UCLPCServerInterface_SetConsumptionLimit_Call) Run

func (*UCLPCServerInterface_SetConsumptionLimit_Call) RunAndReturn

type UCLPCServerInterface_SetContractualConsumptionNominalMax_Call

type UCLPCServerInterface_SetContractualConsumptionNominalMax_Call struct {
	*mock.Call
}

UCLPCServerInterface_SetContractualConsumptionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetContractualConsumptionNominalMax'

func (*UCLPCServerInterface_SetContractualConsumptionNominalMax_Call) Return

func (*UCLPCServerInterface_SetContractualConsumptionNominalMax_Call) Run

func (*UCLPCServerInterface_SetContractualConsumptionNominalMax_Call) RunAndReturn

type UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call

type UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFailsafeConsumptionActivePowerLimit'

func (*UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call) Return

func (*UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call) Run

func (*UCLPCServerInterface_SetFailsafeConsumptionActivePowerLimit_Call) RunAndReturn

type UCLPCServerInterface_SetFailsafeDurationMinimum_Call

type UCLPCServerInterface_SetFailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPCServerInterface_SetFailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFailsafeDurationMinimum'

func (*UCLPCServerInterface_SetFailsafeDurationMinimum_Call) Return

func (*UCLPCServerInterface_SetFailsafeDurationMinimum_Call) Run

func (*UCLPCServerInterface_SetFailsafeDurationMinimum_Call) RunAndReturn

type UCLPCServerInterface_UpdateUseCaseAvailability_Call

type UCLPCServerInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCLPCServerInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCLPCServerInterface_UpdateUseCaseAvailability_Call) Return

func (*UCLPCServerInterface_UpdateUseCaseAvailability_Call) Run

func (*UCLPCServerInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCLPCServerInterface_UseCaseName_Call

type UCLPCServerInterface_UseCaseName_Call struct {
	*mock.Call
}

UCLPCServerInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCLPCServerInterface_UseCaseName_Call) Return

func (*UCLPCServerInterface_UseCaseName_Call) Run

func (*UCLPCServerInterface_UseCaseName_Call) RunAndReturn

type UCLPPInterface

type UCLPPInterface struct {
	mock.Mock
}

UCLPPInterface is an autogenerated mock type for the UCLPPInterface type

func NewUCLPPInterface

func NewUCLPPInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCLPPInterface

NewUCLPPInterface creates a new instance of UCLPPInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCLPPInterface) AddFeatures

func (_m *UCLPPInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCLPPInterface) AddUseCase

func (_m *UCLPPInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCLPPInterface) EXPECT

func (*UCLPPInterface) FailsafeDurationMinimum

func (_m *UCLPPInterface) FailsafeDurationMinimum(entity api.EntityRemoteInterface) (time.Duration, error)

FailsafeDurationMinimum provides a mock function with given fields: entity

func (*UCLPPInterface) FailsafeProductionActivePowerLimit

func (_m *UCLPPInterface) FailsafeProductionActivePowerLimit(entity api.EntityRemoteInterface) (float64, error)

FailsafeProductionActivePowerLimit provides a mock function with given fields: entity

func (*UCLPPInterface) IsUseCaseSupported

func (_m *UCLPPInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCLPPInterface) PowerProductionNominalMax

func (_m *UCLPPInterface) PowerProductionNominalMax(entity api.EntityRemoteInterface) (float64, error)

PowerProductionNominalMax provides a mock function with given fields: entity

func (*UCLPPInterface) ProductionLimit

func (_m *UCLPPInterface) ProductionLimit(entity api.EntityRemoteInterface) (cemdapi.LoadLimit, error)

ProductionLimit provides a mock function with given fields: entity

func (*UCLPPInterface) UpdateUseCaseAvailability

func (_m *UCLPPInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCLPPInterface) UseCaseName

func (_m *UCLPPInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCLPPInterface) WriteFailsafeDurationMinimum

func (_m *UCLPPInterface) WriteFailsafeDurationMinimum(entity api.EntityRemoteInterface, duration time.Duration) (*model.MsgCounterType, error)

WriteFailsafeDurationMinimum provides a mock function with given fields: entity, duration

func (*UCLPPInterface) WriteFailsafeProductionActivePowerLimit

func (_m *UCLPPInterface) WriteFailsafeProductionActivePowerLimit(entity api.EntityRemoteInterface, value float64) (*model.MsgCounterType, error)

WriteFailsafeProductionActivePowerLimit provides a mock function with given fields: entity, value

func (*UCLPPInterface) WriteProductionLimit

func (_m *UCLPPInterface) WriteProductionLimit(entity api.EntityRemoteInterface, limit cemdapi.LoadLimit) (*model.MsgCounterType, error)

WriteProductionLimit provides a mock function with given fields: entity, limit

type UCLPPInterface_AddFeatures_Call

type UCLPPInterface_AddFeatures_Call struct {
	*mock.Call
}

UCLPPInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCLPPInterface_AddFeatures_Call) Return

func (*UCLPPInterface_AddFeatures_Call) Run

func (*UCLPPInterface_AddFeatures_Call) RunAndReturn

type UCLPPInterface_AddUseCase_Call

type UCLPPInterface_AddUseCase_Call struct {
	*mock.Call
}

UCLPPInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCLPPInterface_AddUseCase_Call) Return

func (*UCLPPInterface_AddUseCase_Call) Run

func (*UCLPPInterface_AddUseCase_Call) RunAndReturn

func (_c *UCLPPInterface_AddUseCase_Call) RunAndReturn(run func()) *UCLPPInterface_AddUseCase_Call

type UCLPPInterface_Expecter

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

func (*UCLPPInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCLPPInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCLPPInterface_Expecter) FailsafeDurationMinimum

func (_e *UCLPPInterface_Expecter) FailsafeDurationMinimum(entity interface{}) *UCLPPInterface_FailsafeDurationMinimum_Call

FailsafeDurationMinimum is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPPInterface_Expecter) FailsafeProductionActivePowerLimit

func (_e *UCLPPInterface_Expecter) FailsafeProductionActivePowerLimit(entity interface{}) *UCLPPInterface_FailsafeProductionActivePowerLimit_Call

FailsafeProductionActivePowerLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPPInterface_Expecter) IsUseCaseSupported

func (_e *UCLPPInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCLPPInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCLPPInterface_Expecter) PowerProductionNominalMax

func (_e *UCLPPInterface_Expecter) PowerProductionNominalMax(entity interface{}) *UCLPPInterface_PowerProductionNominalMax_Call

PowerProductionNominalMax is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPPInterface_Expecter) ProductionLimit

func (_e *UCLPPInterface_Expecter) ProductionLimit(entity interface{}) *UCLPPInterface_ProductionLimit_Call

ProductionLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCLPPInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCLPPInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCLPPInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCLPPInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCLPPInterface_Expecter) WriteFailsafeDurationMinimum

func (_e *UCLPPInterface_Expecter) WriteFailsafeDurationMinimum(entity interface{}, duration interface{}) *UCLPPInterface_WriteFailsafeDurationMinimum_Call

WriteFailsafeDurationMinimum is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • duration time.Duration

func (*UCLPPInterface_Expecter) WriteFailsafeProductionActivePowerLimit

func (_e *UCLPPInterface_Expecter) WriteFailsafeProductionActivePowerLimit(entity interface{}, value interface{}) *UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call

WriteFailsafeProductionActivePowerLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • value float64

func (*UCLPPInterface_Expecter) WriteProductionLimit

func (_e *UCLPPInterface_Expecter) WriteProductionLimit(entity interface{}, limit interface{}) *UCLPPInterface_WriteProductionLimit_Call

WriteProductionLimit is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • limit cemdapi.LoadLimit

type UCLPPInterface_FailsafeDurationMinimum_Call

type UCLPPInterface_FailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPPInterface_FailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeDurationMinimum'

func (*UCLPPInterface_FailsafeDurationMinimum_Call) Return

func (*UCLPPInterface_FailsafeDurationMinimum_Call) Run

func (*UCLPPInterface_FailsafeDurationMinimum_Call) RunAndReturn

type UCLPPInterface_FailsafeProductionActivePowerLimit_Call

type UCLPPInterface_FailsafeProductionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPPInterface_FailsafeProductionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeProductionActivePowerLimit'

func (*UCLPPInterface_FailsafeProductionActivePowerLimit_Call) Return

func (*UCLPPInterface_FailsafeProductionActivePowerLimit_Call) Run

func (*UCLPPInterface_FailsafeProductionActivePowerLimit_Call) RunAndReturn

type UCLPPInterface_IsUseCaseSupported_Call

type UCLPPInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCLPPInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCLPPInterface_IsUseCaseSupported_Call) Return

func (*UCLPPInterface_IsUseCaseSupported_Call) Run

func (*UCLPPInterface_IsUseCaseSupported_Call) RunAndReturn

type UCLPPInterface_PowerProductionNominalMax_Call

type UCLPPInterface_PowerProductionNominalMax_Call struct {
	*mock.Call
}

UCLPPInterface_PowerProductionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerProductionNominalMax'

func (*UCLPPInterface_PowerProductionNominalMax_Call) Return

func (*UCLPPInterface_PowerProductionNominalMax_Call) Run

func (*UCLPPInterface_PowerProductionNominalMax_Call) RunAndReturn

type UCLPPInterface_ProductionLimit_Call

type UCLPPInterface_ProductionLimit_Call struct {
	*mock.Call
}

UCLPPInterface_ProductionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProductionLimit'

func (*UCLPPInterface_ProductionLimit_Call) Return

func (*UCLPPInterface_ProductionLimit_Call) Run

func (*UCLPPInterface_ProductionLimit_Call) RunAndReturn

type UCLPPInterface_UpdateUseCaseAvailability_Call

type UCLPPInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCLPPInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCLPPInterface_UpdateUseCaseAvailability_Call) Return

func (*UCLPPInterface_UpdateUseCaseAvailability_Call) Run

func (*UCLPPInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCLPPInterface_UseCaseName_Call

type UCLPPInterface_UseCaseName_Call struct {
	*mock.Call
}

UCLPPInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCLPPInterface_UseCaseName_Call) Return

func (*UCLPPInterface_UseCaseName_Call) Run

func (*UCLPPInterface_UseCaseName_Call) RunAndReturn

type UCLPPInterface_WriteFailsafeDurationMinimum_Call

type UCLPPInterface_WriteFailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPPInterface_WriteFailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteFailsafeDurationMinimum'

func (*UCLPPInterface_WriteFailsafeDurationMinimum_Call) Return

func (*UCLPPInterface_WriteFailsafeDurationMinimum_Call) Run

type UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call

type UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteFailsafeProductionActivePowerLimit'

func (*UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call) Return

func (*UCLPPInterface_WriteFailsafeProductionActivePowerLimit_Call) Run

type UCLPPInterface_WriteProductionLimit_Call

type UCLPPInterface_WriteProductionLimit_Call struct {
	*mock.Call
}

UCLPPInterface_WriteProductionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteProductionLimit'

func (*UCLPPInterface_WriteProductionLimit_Call) Return

func (*UCLPPInterface_WriteProductionLimit_Call) Run

type UCLPPServerInterface

type UCLPPServerInterface struct {
	mock.Mock
}

UCLPPServerInterface is an autogenerated mock type for the UCLPPServerInterface type

func NewUCLPPServerInterface

func NewUCLPPServerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCLPPServerInterface

NewUCLPPServerInterface creates a new instance of UCLPPServerInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCLPPServerInterface) AddFeatures

func (_m *UCLPPServerInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCLPPServerInterface) AddUseCase

func (_m *UCLPPServerInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCLPPServerInterface) ContractualProductionNominalMax

func (_m *UCLPPServerInterface) ContractualProductionNominalMax() (float64, error)

ContractualProductionNominalMax provides a mock function with given fields:

func (*UCLPPServerInterface) EXPECT

func (*UCLPPServerInterface) FailsafeDurationMinimum

func (_m *UCLPPServerInterface) FailsafeDurationMinimum() (time.Duration, bool, error)

FailsafeDurationMinimum provides a mock function with given fields:

func (*UCLPPServerInterface) FailsafeProductionActivePowerLimit

func (_m *UCLPPServerInterface) FailsafeProductionActivePowerLimit() (float64, bool, error)

FailsafeProductionActivePowerLimit provides a mock function with given fields:

func (*UCLPPServerInterface) IsUseCaseSupported

func (_m *UCLPPServerInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCLPPServerInterface) ProductionLimit

func (_m *UCLPPServerInterface) ProductionLimit() (cemdapi.LoadLimit, error)

ProductionLimit provides a mock function with given fields:

func (*UCLPPServerInterface) SetContractualProductionNominalMax

func (_m *UCLPPServerInterface) SetContractualProductionNominalMax(value float64) error

SetContractualProductionNominalMax provides a mock function with given fields: value

func (*UCLPPServerInterface) SetFailsafeDurationMinimum

func (_m *UCLPPServerInterface) SetFailsafeDurationMinimum(duration time.Duration, changeable bool) error

SetFailsafeDurationMinimum provides a mock function with given fields: duration, changeable

func (*UCLPPServerInterface) SetFailsafeProductionActivePowerLimit

func (_m *UCLPPServerInterface) SetFailsafeProductionActivePowerLimit(value float64, changeable bool) error

SetFailsafeProductionActivePowerLimit provides a mock function with given fields: value, changeable

func (*UCLPPServerInterface) SetProductionLimit

func (_m *UCLPPServerInterface) SetProductionLimit(limit cemdapi.LoadLimit) error

SetProductionLimit provides a mock function with given fields: limit

func (*UCLPPServerInterface) UpdateUseCaseAvailability

func (_m *UCLPPServerInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCLPPServerInterface) UseCaseName

func (_m *UCLPPServerInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCLPPServerInterface_AddFeatures_Call

type UCLPPServerInterface_AddFeatures_Call struct {
	*mock.Call
}

UCLPPServerInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCLPPServerInterface_AddFeatures_Call) Return

func (*UCLPPServerInterface_AddFeatures_Call) Run

func (*UCLPPServerInterface_AddFeatures_Call) RunAndReturn

type UCLPPServerInterface_AddUseCase_Call

type UCLPPServerInterface_AddUseCase_Call struct {
	*mock.Call
}

UCLPPServerInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCLPPServerInterface_AddUseCase_Call) Return

func (*UCLPPServerInterface_AddUseCase_Call) Run

func (*UCLPPServerInterface_AddUseCase_Call) RunAndReturn

type UCLPPServerInterface_ContractualProductionNominalMax_Call

type UCLPPServerInterface_ContractualProductionNominalMax_Call struct {
	*mock.Call
}

UCLPPServerInterface_ContractualProductionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContractualProductionNominalMax'

func (*UCLPPServerInterface_ContractualProductionNominalMax_Call) Return

func (*UCLPPServerInterface_ContractualProductionNominalMax_Call) Run

func (*UCLPPServerInterface_ContractualProductionNominalMax_Call) RunAndReturn

type UCLPPServerInterface_Expecter

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

func (*UCLPPServerInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) ContractualProductionNominalMax

ContractualProductionNominalMax is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) FailsafeDurationMinimum

FailsafeDurationMinimum is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) FailsafeProductionActivePowerLimit

FailsafeProductionActivePowerLimit is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) IsUseCaseSupported

func (_e *UCLPPServerInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCLPPServerInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCLPPServerInterface_Expecter) ProductionLimit

ProductionLimit is a helper method to define mock.On call

func (*UCLPPServerInterface_Expecter) SetContractualProductionNominalMax

func (_e *UCLPPServerInterface_Expecter) SetContractualProductionNominalMax(value interface{}) *UCLPPServerInterface_SetContractualProductionNominalMax_Call

SetContractualProductionNominalMax is a helper method to define mock.On call

  • value float64

func (*UCLPPServerInterface_Expecter) SetFailsafeDurationMinimum

func (_e *UCLPPServerInterface_Expecter) SetFailsafeDurationMinimum(duration interface{}, changeable interface{}) *UCLPPServerInterface_SetFailsafeDurationMinimum_Call

SetFailsafeDurationMinimum is a helper method to define mock.On call

  • duration time.Duration
  • changeable bool

func (*UCLPPServerInterface_Expecter) SetFailsafeProductionActivePowerLimit

func (_e *UCLPPServerInterface_Expecter) SetFailsafeProductionActivePowerLimit(value interface{}, changeable interface{}) *UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call

SetFailsafeProductionActivePowerLimit is a helper method to define mock.On call

  • value float64
  • changeable bool

func (*UCLPPServerInterface_Expecter) SetProductionLimit

func (_e *UCLPPServerInterface_Expecter) SetProductionLimit(limit interface{}) *UCLPPServerInterface_SetProductionLimit_Call

SetProductionLimit is a helper method to define mock.On call

  • limit cemdapi.LoadLimit

func (*UCLPPServerInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCLPPServerInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCLPPServerInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCLPPServerInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCLPPServerInterface_FailsafeDurationMinimum_Call

type UCLPPServerInterface_FailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPPServerInterface_FailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeDurationMinimum'

func (*UCLPPServerInterface_FailsafeDurationMinimum_Call) Return

func (*UCLPPServerInterface_FailsafeDurationMinimum_Call) Run

func (*UCLPPServerInterface_FailsafeDurationMinimum_Call) RunAndReturn

type UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call

type UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FailsafeProductionActivePowerLimit'

func (*UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call) Return

func (*UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call) Run

func (*UCLPPServerInterface_FailsafeProductionActivePowerLimit_Call) RunAndReturn

type UCLPPServerInterface_IsUseCaseSupported_Call

type UCLPPServerInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCLPPServerInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCLPPServerInterface_IsUseCaseSupported_Call) Return

func (*UCLPPServerInterface_IsUseCaseSupported_Call) Run

func (*UCLPPServerInterface_IsUseCaseSupported_Call) RunAndReturn

type UCLPPServerInterface_ProductionLimit_Call

type UCLPPServerInterface_ProductionLimit_Call struct {
	*mock.Call
}

UCLPPServerInterface_ProductionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProductionLimit'

func (*UCLPPServerInterface_ProductionLimit_Call) Return

func (*UCLPPServerInterface_ProductionLimit_Call) Run

func (*UCLPPServerInterface_ProductionLimit_Call) RunAndReturn

type UCLPPServerInterface_SetContractualProductionNominalMax_Call

type UCLPPServerInterface_SetContractualProductionNominalMax_Call struct {
	*mock.Call
}

UCLPPServerInterface_SetContractualProductionNominalMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetContractualProductionNominalMax'

func (*UCLPPServerInterface_SetContractualProductionNominalMax_Call) Return

func (*UCLPPServerInterface_SetContractualProductionNominalMax_Call) Run

func (*UCLPPServerInterface_SetContractualProductionNominalMax_Call) RunAndReturn

type UCLPPServerInterface_SetFailsafeDurationMinimum_Call

type UCLPPServerInterface_SetFailsafeDurationMinimum_Call struct {
	*mock.Call
}

UCLPPServerInterface_SetFailsafeDurationMinimum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFailsafeDurationMinimum'

func (*UCLPPServerInterface_SetFailsafeDurationMinimum_Call) Return

func (*UCLPPServerInterface_SetFailsafeDurationMinimum_Call) Run

func (*UCLPPServerInterface_SetFailsafeDurationMinimum_Call) RunAndReturn

type UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call

type UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call struct {
	*mock.Call
}

UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFailsafeProductionActivePowerLimit'

func (*UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call) Return

func (*UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call) Run

func (*UCLPPServerInterface_SetFailsafeProductionActivePowerLimit_Call) RunAndReturn

type UCLPPServerInterface_SetProductionLimit_Call

type UCLPPServerInterface_SetProductionLimit_Call struct {
	*mock.Call
}

UCLPPServerInterface_SetProductionLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetProductionLimit'

func (*UCLPPServerInterface_SetProductionLimit_Call) Return

func (*UCLPPServerInterface_SetProductionLimit_Call) Run

func (*UCLPPServerInterface_SetProductionLimit_Call) RunAndReturn

type UCLPPServerInterface_UpdateUseCaseAvailability_Call

type UCLPPServerInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCLPPServerInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCLPPServerInterface_UpdateUseCaseAvailability_Call) Return

func (*UCLPPServerInterface_UpdateUseCaseAvailability_Call) Run

func (*UCLPPServerInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCLPPServerInterface_UseCaseName_Call

type UCLPPServerInterface_UseCaseName_Call struct {
	*mock.Call
}

UCLPPServerInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCLPPServerInterface_UseCaseName_Call) Return

func (*UCLPPServerInterface_UseCaseName_Call) Run

func (*UCLPPServerInterface_UseCaseName_Call) RunAndReturn

type UCMCPInterface

type UCMCPInterface struct {
	mock.Mock
}

UCMCPInterface is an autogenerated mock type for the UCMCPInterface type

func NewUCMCPInterface

func NewUCMCPInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCMCPInterface

NewUCMCPInterface creates a new instance of UCMCPInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCMCPInterface) AddFeatures

func (_m *UCMCPInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCMCPInterface) AddUseCase

func (_m *UCMCPInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCMCPInterface) CurrentPerPhase

func (_m *UCMCPInterface) CurrentPerPhase(entity api.EntityRemoteInterface) ([]float64, error)

CurrentPerPhase provides a mock function with given fields: entity

func (*UCMCPInterface) EXPECT

func (*UCMCPInterface) EnergyConsumed

func (_m *UCMCPInterface) EnergyConsumed(entity api.EntityRemoteInterface) (float64, error)

EnergyConsumed provides a mock function with given fields: entity

func (*UCMCPInterface) EnergyProduced

func (_m *UCMCPInterface) EnergyProduced(entity api.EntityRemoteInterface) (float64, error)

EnergyProduced provides a mock function with given fields: entity

func (*UCMCPInterface) Frequency

func (_m *UCMCPInterface) Frequency(entity api.EntityRemoteInterface) (float64, error)

Frequency provides a mock function with given fields: entity

func (*UCMCPInterface) IsUseCaseSupported

func (_m *UCMCPInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCMCPInterface) Power

func (_m *UCMCPInterface) Power(entity api.EntityRemoteInterface) (float64, error)

Power provides a mock function with given fields: entity

func (*UCMCPInterface) PowerPerPhase

func (_m *UCMCPInterface) PowerPerPhase(entity api.EntityRemoteInterface) ([]float64, error)

PowerPerPhase provides a mock function with given fields: entity

func (*UCMCPInterface) UpdateUseCaseAvailability

func (_m *UCMCPInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCMCPInterface) UseCaseName

func (_m *UCMCPInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCMCPInterface) VoltagePerPhase

func (_m *UCMCPInterface) VoltagePerPhase(entity api.EntityRemoteInterface) ([]float64, error)

VoltagePerPhase provides a mock function with given fields: entity

type UCMCPInterface_AddFeatures_Call

type UCMCPInterface_AddFeatures_Call struct {
	*mock.Call
}

UCMCPInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCMCPInterface_AddFeatures_Call) Return

func (*UCMCPInterface_AddFeatures_Call) Run

func (*UCMCPInterface_AddFeatures_Call) RunAndReturn

type UCMCPInterface_AddUseCase_Call

type UCMCPInterface_AddUseCase_Call struct {
	*mock.Call
}

UCMCPInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCMCPInterface_AddUseCase_Call) Return

func (*UCMCPInterface_AddUseCase_Call) Run

func (*UCMCPInterface_AddUseCase_Call) RunAndReturn

func (_c *UCMCPInterface_AddUseCase_Call) RunAndReturn(run func()) *UCMCPInterface_AddUseCase_Call

type UCMCPInterface_CurrentPerPhase_Call

type UCMCPInterface_CurrentPerPhase_Call struct {
	*mock.Call
}

UCMCPInterface_CurrentPerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentPerPhase'

func (*UCMCPInterface_CurrentPerPhase_Call) Return

func (*UCMCPInterface_CurrentPerPhase_Call) Run

func (*UCMCPInterface_CurrentPerPhase_Call) RunAndReturn

type UCMCPInterface_EnergyConsumed_Call

type UCMCPInterface_EnergyConsumed_Call struct {
	*mock.Call
}

UCMCPInterface_EnergyConsumed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyConsumed'

func (*UCMCPInterface_EnergyConsumed_Call) Return

func (*UCMCPInterface_EnergyConsumed_Call) Run

func (*UCMCPInterface_EnergyConsumed_Call) RunAndReturn

type UCMCPInterface_EnergyProduced_Call

type UCMCPInterface_EnergyProduced_Call struct {
	*mock.Call
}

UCMCPInterface_EnergyProduced_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyProduced'

func (*UCMCPInterface_EnergyProduced_Call) Return

func (*UCMCPInterface_EnergyProduced_Call) Run

func (*UCMCPInterface_EnergyProduced_Call) RunAndReturn

type UCMCPInterface_Expecter

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

func (*UCMCPInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCMCPInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCMCPInterface_Expecter) CurrentPerPhase

func (_e *UCMCPInterface_Expecter) CurrentPerPhase(entity interface{}) *UCMCPInterface_CurrentPerPhase_Call

CurrentPerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) EnergyConsumed

func (_e *UCMCPInterface_Expecter) EnergyConsumed(entity interface{}) *UCMCPInterface_EnergyConsumed_Call

EnergyConsumed is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) EnergyProduced

func (_e *UCMCPInterface_Expecter) EnergyProduced(entity interface{}) *UCMCPInterface_EnergyProduced_Call

EnergyProduced is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) Frequency

func (_e *UCMCPInterface_Expecter) Frequency(entity interface{}) *UCMCPInterface_Frequency_Call

Frequency is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) IsUseCaseSupported

func (_e *UCMCPInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCMCPInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) Power

func (_e *UCMCPInterface_Expecter) Power(entity interface{}) *UCMCPInterface_Power_Call

Power is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) PowerPerPhase

func (_e *UCMCPInterface_Expecter) PowerPerPhase(entity interface{}) *UCMCPInterface_PowerPerPhase_Call

PowerPerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMCPInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCMCPInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCMCPInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCMCPInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCMCPInterface_Expecter) VoltagePerPhase

func (_e *UCMCPInterface_Expecter) VoltagePerPhase(entity interface{}) *UCMCPInterface_VoltagePerPhase_Call

VoltagePerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

type UCMCPInterface_Frequency_Call

type UCMCPInterface_Frequency_Call struct {
	*mock.Call
}

UCMCPInterface_Frequency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Frequency'

func (*UCMCPInterface_Frequency_Call) Return

func (*UCMCPInterface_Frequency_Call) Run

func (*UCMCPInterface_Frequency_Call) RunAndReturn

type UCMCPInterface_IsUseCaseSupported_Call

type UCMCPInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCMCPInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCMCPInterface_IsUseCaseSupported_Call) Return

func (*UCMCPInterface_IsUseCaseSupported_Call) Run

func (*UCMCPInterface_IsUseCaseSupported_Call) RunAndReturn

type UCMCPInterface_PowerPerPhase_Call

type UCMCPInterface_PowerPerPhase_Call struct {
	*mock.Call
}

UCMCPInterface_PowerPerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerPerPhase'

func (*UCMCPInterface_PowerPerPhase_Call) Return

func (*UCMCPInterface_PowerPerPhase_Call) Run

func (*UCMCPInterface_PowerPerPhase_Call) RunAndReturn

type UCMCPInterface_Power_Call

type UCMCPInterface_Power_Call struct {
	*mock.Call
}

UCMCPInterface_Power_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Power'

func (*UCMCPInterface_Power_Call) Return

func (*UCMCPInterface_Power_Call) Run

func (*UCMCPInterface_Power_Call) RunAndReturn

type UCMCPInterface_UpdateUseCaseAvailability_Call

type UCMCPInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCMCPInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCMCPInterface_UpdateUseCaseAvailability_Call) Return

func (*UCMCPInterface_UpdateUseCaseAvailability_Call) Run

func (*UCMCPInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCMCPInterface_UseCaseName_Call

type UCMCPInterface_UseCaseName_Call struct {
	*mock.Call
}

UCMCPInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCMCPInterface_UseCaseName_Call) Return

func (*UCMCPInterface_UseCaseName_Call) Run

func (*UCMCPInterface_UseCaseName_Call) RunAndReturn

type UCMCPInterface_VoltagePerPhase_Call

type UCMCPInterface_VoltagePerPhase_Call struct {
	*mock.Call
}

UCMCPInterface_VoltagePerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VoltagePerPhase'

func (*UCMCPInterface_VoltagePerPhase_Call) Return

func (*UCMCPInterface_VoltagePerPhase_Call) Run

func (*UCMCPInterface_VoltagePerPhase_Call) RunAndReturn

type UCMGCPInterface

type UCMGCPInterface struct {
	mock.Mock
}

UCMGCPInterface is an autogenerated mock type for the UCMGCPInterface type

func NewUCMGCPInterface

func NewUCMGCPInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCMGCPInterface

NewUCMGCPInterface creates a new instance of UCMGCPInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCMGCPInterface) AddFeatures

func (_m *UCMGCPInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCMGCPInterface) AddUseCase

func (_m *UCMGCPInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCMGCPInterface) CurrentPerPhase

func (_m *UCMGCPInterface) CurrentPerPhase(entity api.EntityRemoteInterface) ([]float64, error)

CurrentPerPhase provides a mock function with given fields: entity

func (*UCMGCPInterface) EXPECT

func (*UCMGCPInterface) EnergyConsumed

func (_m *UCMGCPInterface) EnergyConsumed(entity api.EntityRemoteInterface) (float64, error)

EnergyConsumed provides a mock function with given fields: entity

func (*UCMGCPInterface) EnergyFeedIn

func (_m *UCMGCPInterface) EnergyFeedIn(entity api.EntityRemoteInterface) (float64, error)

EnergyFeedIn provides a mock function with given fields: entity

func (*UCMGCPInterface) Frequency

func (_m *UCMGCPInterface) Frequency(entity api.EntityRemoteInterface) (float64, error)

Frequency provides a mock function with given fields: entity

func (*UCMGCPInterface) IsUseCaseSupported

func (_m *UCMGCPInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCMGCPInterface) Power

func (_m *UCMGCPInterface) Power(entity api.EntityRemoteInterface) (float64, error)

Power provides a mock function with given fields: entity

func (*UCMGCPInterface) PowerLimitationFactor

func (_m *UCMGCPInterface) PowerLimitationFactor(entity api.EntityRemoteInterface) (float64, error)

PowerLimitationFactor provides a mock function with given fields: entity

func (*UCMGCPInterface) UpdateUseCaseAvailability

func (_m *UCMGCPInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCMGCPInterface) UseCaseName

func (_m *UCMGCPInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCMGCPInterface) VoltagePerPhase

func (_m *UCMGCPInterface) VoltagePerPhase(entity api.EntityRemoteInterface) ([]float64, error)

VoltagePerPhase provides a mock function with given fields: entity

type UCMGCPInterface_AddFeatures_Call

type UCMGCPInterface_AddFeatures_Call struct {
	*mock.Call
}

UCMGCPInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCMGCPInterface_AddFeatures_Call) Return

func (*UCMGCPInterface_AddFeatures_Call) Run

func (*UCMGCPInterface_AddFeatures_Call) RunAndReturn

type UCMGCPInterface_AddUseCase_Call

type UCMGCPInterface_AddUseCase_Call struct {
	*mock.Call
}

UCMGCPInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCMGCPInterface_AddUseCase_Call) Return

func (*UCMGCPInterface_AddUseCase_Call) Run

func (*UCMGCPInterface_AddUseCase_Call) RunAndReturn

type UCMGCPInterface_CurrentPerPhase_Call

type UCMGCPInterface_CurrentPerPhase_Call struct {
	*mock.Call
}

UCMGCPInterface_CurrentPerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentPerPhase'

func (*UCMGCPInterface_CurrentPerPhase_Call) Return

func (*UCMGCPInterface_CurrentPerPhase_Call) Run

func (*UCMGCPInterface_CurrentPerPhase_Call) RunAndReturn

type UCMGCPInterface_EnergyConsumed_Call

type UCMGCPInterface_EnergyConsumed_Call struct {
	*mock.Call
}

UCMGCPInterface_EnergyConsumed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyConsumed'

func (*UCMGCPInterface_EnergyConsumed_Call) Return

func (*UCMGCPInterface_EnergyConsumed_Call) Run

func (*UCMGCPInterface_EnergyConsumed_Call) RunAndReturn

type UCMGCPInterface_EnergyFeedIn_Call

type UCMGCPInterface_EnergyFeedIn_Call struct {
	*mock.Call
}

UCMGCPInterface_EnergyFeedIn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyFeedIn'

func (*UCMGCPInterface_EnergyFeedIn_Call) Return

func (*UCMGCPInterface_EnergyFeedIn_Call) Run

func (*UCMGCPInterface_EnergyFeedIn_Call) RunAndReturn

type UCMGCPInterface_Expecter

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

func (*UCMGCPInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCMGCPInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCMGCPInterface_Expecter) CurrentPerPhase

func (_e *UCMGCPInterface_Expecter) CurrentPerPhase(entity interface{}) *UCMGCPInterface_CurrentPerPhase_Call

CurrentPerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) EnergyConsumed

func (_e *UCMGCPInterface_Expecter) EnergyConsumed(entity interface{}) *UCMGCPInterface_EnergyConsumed_Call

EnergyConsumed is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) EnergyFeedIn

func (_e *UCMGCPInterface_Expecter) EnergyFeedIn(entity interface{}) *UCMGCPInterface_EnergyFeedIn_Call

EnergyFeedIn is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) Frequency

func (_e *UCMGCPInterface_Expecter) Frequency(entity interface{}) *UCMGCPInterface_Frequency_Call

Frequency is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) IsUseCaseSupported

func (_e *UCMGCPInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCMGCPInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) Power

func (_e *UCMGCPInterface_Expecter) Power(entity interface{}) *UCMGCPInterface_Power_Call

Power is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) PowerLimitationFactor

func (_e *UCMGCPInterface_Expecter) PowerLimitationFactor(entity interface{}) *UCMGCPInterface_PowerLimitationFactor_Call

PowerLimitationFactor is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCMGCPInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCMGCPInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCMGCPInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCMGCPInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCMGCPInterface_Expecter) VoltagePerPhase

func (_e *UCMGCPInterface_Expecter) VoltagePerPhase(entity interface{}) *UCMGCPInterface_VoltagePerPhase_Call

VoltagePerPhase is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

type UCMGCPInterface_Frequency_Call

type UCMGCPInterface_Frequency_Call struct {
	*mock.Call
}

UCMGCPInterface_Frequency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Frequency'

func (*UCMGCPInterface_Frequency_Call) Return

func (*UCMGCPInterface_Frequency_Call) Run

func (*UCMGCPInterface_Frequency_Call) RunAndReturn

type UCMGCPInterface_IsUseCaseSupported_Call

type UCMGCPInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCMGCPInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCMGCPInterface_IsUseCaseSupported_Call) Return

func (*UCMGCPInterface_IsUseCaseSupported_Call) Run

func (*UCMGCPInterface_IsUseCaseSupported_Call) RunAndReturn

type UCMGCPInterface_PowerLimitationFactor_Call

type UCMGCPInterface_PowerLimitationFactor_Call struct {
	*mock.Call
}

UCMGCPInterface_PowerLimitationFactor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerLimitationFactor'

func (*UCMGCPInterface_PowerLimitationFactor_Call) Return

func (*UCMGCPInterface_PowerLimitationFactor_Call) Run

func (*UCMGCPInterface_PowerLimitationFactor_Call) RunAndReturn

type UCMGCPInterface_Power_Call

type UCMGCPInterface_Power_Call struct {
	*mock.Call
}

UCMGCPInterface_Power_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Power'

func (*UCMGCPInterface_Power_Call) Return

func (*UCMGCPInterface_Power_Call) Run

func (*UCMGCPInterface_Power_Call) RunAndReturn

type UCMGCPInterface_UpdateUseCaseAvailability_Call

type UCMGCPInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCMGCPInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCMGCPInterface_UpdateUseCaseAvailability_Call) Return

func (*UCMGCPInterface_UpdateUseCaseAvailability_Call) Run

func (*UCMGCPInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCMGCPInterface_UseCaseName_Call

type UCMGCPInterface_UseCaseName_Call struct {
	*mock.Call
}

UCMGCPInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCMGCPInterface_UseCaseName_Call) Return

func (*UCMGCPInterface_UseCaseName_Call) Run

func (*UCMGCPInterface_UseCaseName_Call) RunAndReturn

type UCMGCPInterface_VoltagePerPhase_Call

type UCMGCPInterface_VoltagePerPhase_Call struct {
	*mock.Call
}

UCMGCPInterface_VoltagePerPhase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VoltagePerPhase'

func (*UCMGCPInterface_VoltagePerPhase_Call) Return

func (*UCMGCPInterface_VoltagePerPhase_Call) Run

func (*UCMGCPInterface_VoltagePerPhase_Call) RunAndReturn

type UCOPEVInterface

type UCOPEVInterface struct {
	mock.Mock
}

UCOPEVInterface is an autogenerated mock type for the UCOPEVInterface type

func NewUCOPEVInterface

func NewUCOPEVInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCOPEVInterface

NewUCOPEVInterface creates a new instance of UCOPEVInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCOPEVInterface) AddFeatures

func (_m *UCOPEVInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCOPEVInterface) AddUseCase

func (_m *UCOPEVInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCOPEVInterface) CurrentLimits

func (_m *UCOPEVInterface) CurrentLimits(entity api.EntityRemoteInterface) ([]float64, []float64, []float64, error)

CurrentLimits provides a mock function with given fields: entity

func (*UCOPEVInterface) EXPECT

func (*UCOPEVInterface) IsUseCaseSupported

func (_m *UCOPEVInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCOPEVInterface) LoadControlLimits

func (_m *UCOPEVInterface) LoadControlLimits(entity api.EntityRemoteInterface) ([]cemdapi.LoadLimitsPhase, error)

LoadControlLimits provides a mock function with given fields: entity

func (*UCOPEVInterface) UpdateUseCaseAvailability

func (_m *UCOPEVInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCOPEVInterface) UseCaseName

func (_m *UCOPEVInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCOPEVInterface) WriteLoadControlLimits

func (_m *UCOPEVInterface) WriteLoadControlLimits(entity api.EntityRemoteInterface, limits []cemdapi.LoadLimitsPhase) (*model.MsgCounterType, error)

WriteLoadControlLimits provides a mock function with given fields: entity, limits

type UCOPEVInterface_AddFeatures_Call

type UCOPEVInterface_AddFeatures_Call struct {
	*mock.Call
}

UCOPEVInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCOPEVInterface_AddFeatures_Call) Return

func (*UCOPEVInterface_AddFeatures_Call) Run

func (*UCOPEVInterface_AddFeatures_Call) RunAndReturn

type UCOPEVInterface_AddUseCase_Call

type UCOPEVInterface_AddUseCase_Call struct {
	*mock.Call
}

UCOPEVInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCOPEVInterface_AddUseCase_Call) Return

func (*UCOPEVInterface_AddUseCase_Call) Run

func (*UCOPEVInterface_AddUseCase_Call) RunAndReturn

type UCOPEVInterface_CurrentLimits_Call

type UCOPEVInterface_CurrentLimits_Call struct {
	*mock.Call
}

UCOPEVInterface_CurrentLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentLimits'

func (*UCOPEVInterface_CurrentLimits_Call) Return

func (*UCOPEVInterface_CurrentLimits_Call) Run

func (*UCOPEVInterface_CurrentLimits_Call) RunAndReturn

type UCOPEVInterface_Expecter

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

func (*UCOPEVInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCOPEVInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCOPEVInterface_Expecter) CurrentLimits

func (_e *UCOPEVInterface_Expecter) CurrentLimits(entity interface{}) *UCOPEVInterface_CurrentLimits_Call

CurrentLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCOPEVInterface_Expecter) IsUseCaseSupported

func (_e *UCOPEVInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCOPEVInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCOPEVInterface_Expecter) LoadControlLimits

func (_e *UCOPEVInterface_Expecter) LoadControlLimits(entity interface{}) *UCOPEVInterface_LoadControlLimits_Call

LoadControlLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCOPEVInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCOPEVInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCOPEVInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCOPEVInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCOPEVInterface_Expecter) WriteLoadControlLimits

func (_e *UCOPEVInterface_Expecter) WriteLoadControlLimits(entity interface{}, limits interface{}) *UCOPEVInterface_WriteLoadControlLimits_Call

WriteLoadControlLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • limits []cemdapi.LoadLimitsPhase

type UCOPEVInterface_IsUseCaseSupported_Call

type UCOPEVInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCOPEVInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCOPEVInterface_IsUseCaseSupported_Call) Return

func (*UCOPEVInterface_IsUseCaseSupported_Call) Run

func (*UCOPEVInterface_IsUseCaseSupported_Call) RunAndReturn

type UCOPEVInterface_LoadControlLimits_Call

type UCOPEVInterface_LoadControlLimits_Call struct {
	*mock.Call
}

UCOPEVInterface_LoadControlLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoadControlLimits'

func (*UCOPEVInterface_LoadControlLimits_Call) Return

func (*UCOPEVInterface_LoadControlLimits_Call) Run

func (*UCOPEVInterface_LoadControlLimits_Call) RunAndReturn

type UCOPEVInterface_UpdateUseCaseAvailability_Call

type UCOPEVInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCOPEVInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCOPEVInterface_UpdateUseCaseAvailability_Call) Return

func (*UCOPEVInterface_UpdateUseCaseAvailability_Call) Run

func (*UCOPEVInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCOPEVInterface_UseCaseName_Call

type UCOPEVInterface_UseCaseName_Call struct {
	*mock.Call
}

UCOPEVInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCOPEVInterface_UseCaseName_Call) Return

func (*UCOPEVInterface_UseCaseName_Call) Run

func (*UCOPEVInterface_UseCaseName_Call) RunAndReturn

type UCOPEVInterface_WriteLoadControlLimits_Call

type UCOPEVInterface_WriteLoadControlLimits_Call struct {
	*mock.Call
}

UCOPEVInterface_WriteLoadControlLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteLoadControlLimits'

func (*UCOPEVInterface_WriteLoadControlLimits_Call) Return

func (*UCOPEVInterface_WriteLoadControlLimits_Call) Run

type UCOSCEVInterface

type UCOSCEVInterface struct {
	mock.Mock
}

UCOSCEVInterface is an autogenerated mock type for the UCOSCEVInterface type

func NewUCOSCEVInterface

func NewUCOSCEVInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCOSCEVInterface

NewUCOSCEVInterface creates a new instance of UCOSCEVInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCOSCEVInterface) AddFeatures

func (_m *UCOSCEVInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCOSCEVInterface) AddUseCase

func (_m *UCOSCEVInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCOSCEVInterface) CurrentLimits

func (_m *UCOSCEVInterface) CurrentLimits(entity api.EntityRemoteInterface) ([]float64, []float64, []float64, error)

CurrentLimits provides a mock function with given fields: entity

func (*UCOSCEVInterface) EXPECT

func (*UCOSCEVInterface) IsUseCaseSupported

func (_m *UCOSCEVInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCOSCEVInterface) LoadControlLimits

func (_m *UCOSCEVInterface) LoadControlLimits(entity api.EntityRemoteInterface) ([]cemdapi.LoadLimitsPhase, error)

LoadControlLimits provides a mock function with given fields: entity

func (*UCOSCEVInterface) UpdateUseCaseAvailability

func (_m *UCOSCEVInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCOSCEVInterface) UseCaseName

func (_m *UCOSCEVInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

func (*UCOSCEVInterface) WriteLoadControlLimits

func (_m *UCOSCEVInterface) WriteLoadControlLimits(entity api.EntityRemoteInterface, limits []cemdapi.LoadLimitsPhase) (*model.MsgCounterType, error)

WriteLoadControlLimits provides a mock function with given fields: entity, limits

type UCOSCEVInterface_AddFeatures_Call

type UCOSCEVInterface_AddFeatures_Call struct {
	*mock.Call
}

UCOSCEVInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCOSCEVInterface_AddFeatures_Call) Return

func (*UCOSCEVInterface_AddFeatures_Call) Run

func (*UCOSCEVInterface_AddFeatures_Call) RunAndReturn

type UCOSCEVInterface_AddUseCase_Call

type UCOSCEVInterface_AddUseCase_Call struct {
	*mock.Call
}

UCOSCEVInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCOSCEVInterface_AddUseCase_Call) Return

func (*UCOSCEVInterface_AddUseCase_Call) Run

func (*UCOSCEVInterface_AddUseCase_Call) RunAndReturn

type UCOSCEVInterface_CurrentLimits_Call

type UCOSCEVInterface_CurrentLimits_Call struct {
	*mock.Call
}

UCOSCEVInterface_CurrentLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentLimits'

func (*UCOSCEVInterface_CurrentLimits_Call) Return

func (*UCOSCEVInterface_CurrentLimits_Call) Run

func (*UCOSCEVInterface_CurrentLimits_Call) RunAndReturn

type UCOSCEVInterface_Expecter

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

func (*UCOSCEVInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCOSCEVInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCOSCEVInterface_Expecter) CurrentLimits

func (_e *UCOSCEVInterface_Expecter) CurrentLimits(entity interface{}) *UCOSCEVInterface_CurrentLimits_Call

CurrentLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCOSCEVInterface_Expecter) IsUseCaseSupported

func (_e *UCOSCEVInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCOSCEVInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCOSCEVInterface_Expecter) LoadControlLimits

func (_e *UCOSCEVInterface_Expecter) LoadControlLimits(entity interface{}) *UCOSCEVInterface_LoadControlLimits_Call

LoadControlLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCOSCEVInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCOSCEVInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCOSCEVInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCOSCEVInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

func (*UCOSCEVInterface_Expecter) WriteLoadControlLimits

func (_e *UCOSCEVInterface_Expecter) WriteLoadControlLimits(entity interface{}, limits interface{}) *UCOSCEVInterface_WriteLoadControlLimits_Call

WriteLoadControlLimits is a helper method to define mock.On call

  • entity api.EntityRemoteInterface
  • limits []cemdapi.LoadLimitsPhase

type UCOSCEVInterface_IsUseCaseSupported_Call

type UCOSCEVInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCOSCEVInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCOSCEVInterface_IsUseCaseSupported_Call) Return

func (*UCOSCEVInterface_IsUseCaseSupported_Call) Run

func (*UCOSCEVInterface_IsUseCaseSupported_Call) RunAndReturn

type UCOSCEVInterface_LoadControlLimits_Call

type UCOSCEVInterface_LoadControlLimits_Call struct {
	*mock.Call
}

UCOSCEVInterface_LoadControlLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoadControlLimits'

func (*UCOSCEVInterface_LoadControlLimits_Call) Return

func (*UCOSCEVInterface_LoadControlLimits_Call) Run

func (*UCOSCEVInterface_LoadControlLimits_Call) RunAndReturn

type UCOSCEVInterface_UpdateUseCaseAvailability_Call

type UCOSCEVInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCOSCEVInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCOSCEVInterface_UpdateUseCaseAvailability_Call) Return

func (*UCOSCEVInterface_UpdateUseCaseAvailability_Call) Run

func (*UCOSCEVInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCOSCEVInterface_UseCaseName_Call

type UCOSCEVInterface_UseCaseName_Call struct {
	*mock.Call
}

UCOSCEVInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCOSCEVInterface_UseCaseName_Call) Return

func (*UCOSCEVInterface_UseCaseName_Call) Run

func (*UCOSCEVInterface_UseCaseName_Call) RunAndReturn

type UCOSCEVInterface_WriteLoadControlLimits_Call

type UCOSCEVInterface_WriteLoadControlLimits_Call struct {
	*mock.Call
}

UCOSCEVInterface_WriteLoadControlLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteLoadControlLimits'

func (*UCOSCEVInterface_WriteLoadControlLimits_Call) Return

func (*UCOSCEVInterface_WriteLoadControlLimits_Call) Run

type UCVABDInterface

type UCVABDInterface struct {
	mock.Mock
}

UCVABDInterface is an autogenerated mock type for the UCVABDInterface type

func NewUCVABDInterface

func NewUCVABDInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCVABDInterface

NewUCVABDInterface creates a new instance of UCVABDInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCVABDInterface) AddFeatures

func (_m *UCVABDInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCVABDInterface) AddUseCase

func (_m *UCVABDInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCVABDInterface) EXPECT

func (*UCVABDInterface) EnergyCharged

func (_m *UCVABDInterface) EnergyCharged(entity api.EntityRemoteInterface) (float64, error)

EnergyCharged provides a mock function with given fields: entity

func (*UCVABDInterface) EnergyDischarged

func (_m *UCVABDInterface) EnergyDischarged(entity api.EntityRemoteInterface) (float64, error)

EnergyDischarged provides a mock function with given fields: entity

func (*UCVABDInterface) IsUseCaseSupported

func (_m *UCVABDInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCVABDInterface) Power

func (_m *UCVABDInterface) Power(entity api.EntityRemoteInterface) (float64, error)

Power provides a mock function with given fields: entity

func (*UCVABDInterface) StateOfCharge

func (_m *UCVABDInterface) StateOfCharge(entity api.EntityRemoteInterface) (float64, error)

StateOfCharge provides a mock function with given fields: entity

func (*UCVABDInterface) UpdateUseCaseAvailability

func (_m *UCVABDInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCVABDInterface) UseCaseName

func (_m *UCVABDInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCVABDInterface_AddFeatures_Call

type UCVABDInterface_AddFeatures_Call struct {
	*mock.Call
}

UCVABDInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCVABDInterface_AddFeatures_Call) Return

func (*UCVABDInterface_AddFeatures_Call) Run

func (*UCVABDInterface_AddFeatures_Call) RunAndReturn

type UCVABDInterface_AddUseCase_Call

type UCVABDInterface_AddUseCase_Call struct {
	*mock.Call
}

UCVABDInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCVABDInterface_AddUseCase_Call) Return

func (*UCVABDInterface_AddUseCase_Call) Run

func (*UCVABDInterface_AddUseCase_Call) RunAndReturn

type UCVABDInterface_EnergyCharged_Call

type UCVABDInterface_EnergyCharged_Call struct {
	*mock.Call
}

UCVABDInterface_EnergyCharged_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyCharged'

func (*UCVABDInterface_EnergyCharged_Call) Return

func (*UCVABDInterface_EnergyCharged_Call) Run

func (*UCVABDInterface_EnergyCharged_Call) RunAndReturn

type UCVABDInterface_EnergyDischarged_Call

type UCVABDInterface_EnergyDischarged_Call struct {
	*mock.Call
}

UCVABDInterface_EnergyDischarged_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnergyDischarged'

func (*UCVABDInterface_EnergyDischarged_Call) Return

func (*UCVABDInterface_EnergyDischarged_Call) Run

func (*UCVABDInterface_EnergyDischarged_Call) RunAndReturn

type UCVABDInterface_Expecter

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

func (*UCVABDInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCVABDInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCVABDInterface_Expecter) EnergyCharged

func (_e *UCVABDInterface_Expecter) EnergyCharged(entity interface{}) *UCVABDInterface_EnergyCharged_Call

EnergyCharged is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVABDInterface_Expecter) EnergyDischarged

func (_e *UCVABDInterface_Expecter) EnergyDischarged(entity interface{}) *UCVABDInterface_EnergyDischarged_Call

EnergyDischarged is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVABDInterface_Expecter) IsUseCaseSupported

func (_e *UCVABDInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCVABDInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCVABDInterface_Expecter) Power

func (_e *UCVABDInterface_Expecter) Power(entity interface{}) *UCVABDInterface_Power_Call

Power is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVABDInterface_Expecter) StateOfCharge

func (_e *UCVABDInterface_Expecter) StateOfCharge(entity interface{}) *UCVABDInterface_StateOfCharge_Call

StateOfCharge is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVABDInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCVABDInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCVABDInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCVABDInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCVABDInterface_IsUseCaseSupported_Call

type UCVABDInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCVABDInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCVABDInterface_IsUseCaseSupported_Call) Return

func (*UCVABDInterface_IsUseCaseSupported_Call) Run

func (*UCVABDInterface_IsUseCaseSupported_Call) RunAndReturn

type UCVABDInterface_Power_Call

type UCVABDInterface_Power_Call struct {
	*mock.Call
}

UCVABDInterface_Power_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Power'

func (*UCVABDInterface_Power_Call) Return

func (*UCVABDInterface_Power_Call) Run

func (*UCVABDInterface_Power_Call) RunAndReturn

type UCVABDInterface_StateOfCharge_Call

type UCVABDInterface_StateOfCharge_Call struct {
	*mock.Call
}

UCVABDInterface_StateOfCharge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StateOfCharge'

func (*UCVABDInterface_StateOfCharge_Call) Return

func (*UCVABDInterface_StateOfCharge_Call) Run

func (*UCVABDInterface_StateOfCharge_Call) RunAndReturn

type UCVABDInterface_UpdateUseCaseAvailability_Call

type UCVABDInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCVABDInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCVABDInterface_UpdateUseCaseAvailability_Call) Return

func (*UCVABDInterface_UpdateUseCaseAvailability_Call) Run

func (*UCVABDInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCVABDInterface_UseCaseName_Call

type UCVABDInterface_UseCaseName_Call struct {
	*mock.Call
}

UCVABDInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCVABDInterface_UseCaseName_Call) Return

func (*UCVABDInterface_UseCaseName_Call) Run

func (*UCVABDInterface_UseCaseName_Call) RunAndReturn

type UCVAPDInterface

type UCVAPDInterface struct {
	mock.Mock
}

UCVAPDInterface is an autogenerated mock type for the UCVAPDInterface type

func NewUCVAPDInterface

func NewUCVAPDInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UCVAPDInterface

NewUCVAPDInterface creates a new instance of UCVAPDInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UCVAPDInterface) AddFeatures

func (_m *UCVAPDInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UCVAPDInterface) AddUseCase

func (_m *UCVAPDInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UCVAPDInterface) EXPECT

func (*UCVAPDInterface) IsUseCaseSupported

func (_m *UCVAPDInterface) IsUseCaseSupported(remoteEntity api.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UCVAPDInterface) PVYieldTotal

func (_m *UCVAPDInterface) PVYieldTotal(entity api.EntityRemoteInterface) (float64, error)

PVYieldTotal provides a mock function with given fields: entity

func (*UCVAPDInterface) Power

func (_m *UCVAPDInterface) Power(entity api.EntityRemoteInterface) (float64, error)

Power provides a mock function with given fields: entity

func (*UCVAPDInterface) PowerNominalPeak

func (_m *UCVAPDInterface) PowerNominalPeak(entity api.EntityRemoteInterface) (float64, error)

PowerNominalPeak provides a mock function with given fields: entity

func (*UCVAPDInterface) UpdateUseCaseAvailability

func (_m *UCVAPDInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UCVAPDInterface) UseCaseName

func (_m *UCVAPDInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UCVAPDInterface_AddFeatures_Call

type UCVAPDInterface_AddFeatures_Call struct {
	*mock.Call
}

UCVAPDInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UCVAPDInterface_AddFeatures_Call) Return

func (*UCVAPDInterface_AddFeatures_Call) Run

func (*UCVAPDInterface_AddFeatures_Call) RunAndReturn

type UCVAPDInterface_AddUseCase_Call

type UCVAPDInterface_AddUseCase_Call struct {
	*mock.Call
}

UCVAPDInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UCVAPDInterface_AddUseCase_Call) Return

func (*UCVAPDInterface_AddUseCase_Call) Run

func (*UCVAPDInterface_AddUseCase_Call) RunAndReturn

type UCVAPDInterface_Expecter

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

func (*UCVAPDInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UCVAPDInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UCVAPDInterface_Expecter) IsUseCaseSupported

func (_e *UCVAPDInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UCVAPDInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity api.EntityRemoteInterface

func (*UCVAPDInterface_Expecter) PVYieldTotal

func (_e *UCVAPDInterface_Expecter) PVYieldTotal(entity interface{}) *UCVAPDInterface_PVYieldTotal_Call

PVYieldTotal is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVAPDInterface_Expecter) Power

func (_e *UCVAPDInterface_Expecter) Power(entity interface{}) *UCVAPDInterface_Power_Call

Power is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVAPDInterface_Expecter) PowerNominalPeak

func (_e *UCVAPDInterface_Expecter) PowerNominalPeak(entity interface{}) *UCVAPDInterface_PowerNominalPeak_Call

PowerNominalPeak is a helper method to define mock.On call

  • entity api.EntityRemoteInterface

func (*UCVAPDInterface_Expecter) UpdateUseCaseAvailability

func (_e *UCVAPDInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UCVAPDInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UCVAPDInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UCVAPDInterface_IsUseCaseSupported_Call

type UCVAPDInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UCVAPDInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UCVAPDInterface_IsUseCaseSupported_Call) Return

func (*UCVAPDInterface_IsUseCaseSupported_Call) Run

func (*UCVAPDInterface_IsUseCaseSupported_Call) RunAndReturn

type UCVAPDInterface_PVYieldTotal_Call

type UCVAPDInterface_PVYieldTotal_Call struct {
	*mock.Call
}

UCVAPDInterface_PVYieldTotal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PVYieldTotal'

func (*UCVAPDInterface_PVYieldTotal_Call) Return

func (*UCVAPDInterface_PVYieldTotal_Call) Run

func (*UCVAPDInterface_PVYieldTotal_Call) RunAndReturn

type UCVAPDInterface_PowerNominalPeak_Call

type UCVAPDInterface_PowerNominalPeak_Call struct {
	*mock.Call
}

UCVAPDInterface_PowerNominalPeak_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PowerNominalPeak'

func (*UCVAPDInterface_PowerNominalPeak_Call) Return

func (*UCVAPDInterface_PowerNominalPeak_Call) Run

func (*UCVAPDInterface_PowerNominalPeak_Call) RunAndReturn

type UCVAPDInterface_Power_Call

type UCVAPDInterface_Power_Call struct {
	*mock.Call
}

UCVAPDInterface_Power_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Power'

func (*UCVAPDInterface_Power_Call) Return

func (*UCVAPDInterface_Power_Call) Run

func (*UCVAPDInterface_Power_Call) RunAndReturn

type UCVAPDInterface_UpdateUseCaseAvailability_Call

type UCVAPDInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UCVAPDInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UCVAPDInterface_UpdateUseCaseAvailability_Call) Return

func (*UCVAPDInterface_UpdateUseCaseAvailability_Call) Run

func (*UCVAPDInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UCVAPDInterface_UseCaseName_Call

type UCVAPDInterface_UseCaseName_Call struct {
	*mock.Call
}

UCVAPDInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UCVAPDInterface_UseCaseName_Call) Return

func (*UCVAPDInterface_UseCaseName_Call) Run

func (*UCVAPDInterface_UseCaseName_Call) RunAndReturn

type UseCaseInterface

type UseCaseInterface struct {
	mock.Mock
}

UseCaseInterface is an autogenerated mock type for the UseCaseInterface type

func NewUseCaseInterface

func NewUseCaseInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *UseCaseInterface

NewUseCaseInterface creates a new instance of UseCaseInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UseCaseInterface) AddFeatures

func (_m *UseCaseInterface) AddFeatures()

AddFeatures provides a mock function with given fields:

func (*UseCaseInterface) AddUseCase

func (_m *UseCaseInterface) AddUseCase()

AddUseCase provides a mock function with given fields:

func (*UseCaseInterface) EXPECT

func (*UseCaseInterface) IsUseCaseSupported

func (_m *UseCaseInterface) IsUseCaseSupported(remoteEntity spine_goapi.EntityRemoteInterface) (bool, error)

IsUseCaseSupported provides a mock function with given fields: remoteEntity

func (*UseCaseInterface) UpdateUseCaseAvailability

func (_m *UseCaseInterface) UpdateUseCaseAvailability(available bool)

UpdateUseCaseAvailability provides a mock function with given fields: available

func (*UseCaseInterface) UseCaseName

func (_m *UseCaseInterface) UseCaseName() model.UseCaseNameType

UseCaseName provides a mock function with given fields:

type UseCaseInterface_AddFeatures_Call

type UseCaseInterface_AddFeatures_Call struct {
	*mock.Call
}

UseCaseInterface_AddFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddFeatures'

func (*UseCaseInterface_AddFeatures_Call) Return

func (*UseCaseInterface_AddFeatures_Call) Run

func (*UseCaseInterface_AddFeatures_Call) RunAndReturn

type UseCaseInterface_AddUseCase_Call

type UseCaseInterface_AddUseCase_Call struct {
	*mock.Call
}

UseCaseInterface_AddUseCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUseCase'

func (*UseCaseInterface_AddUseCase_Call) Return

func (*UseCaseInterface_AddUseCase_Call) Run

func (*UseCaseInterface_AddUseCase_Call) RunAndReturn

type UseCaseInterface_Expecter

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

func (*UseCaseInterface_Expecter) AddFeatures

AddFeatures is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) AddUseCase

AddUseCase is a helper method to define mock.On call

func (*UseCaseInterface_Expecter) IsUseCaseSupported

func (_e *UseCaseInterface_Expecter) IsUseCaseSupported(remoteEntity interface{}) *UseCaseInterface_IsUseCaseSupported_Call

IsUseCaseSupported is a helper method to define mock.On call

  • remoteEntity spine_goapi.EntityRemoteInterface

func (*UseCaseInterface_Expecter) UpdateUseCaseAvailability

func (_e *UseCaseInterface_Expecter) UpdateUseCaseAvailability(available interface{}) *UseCaseInterface_UpdateUseCaseAvailability_Call

UpdateUseCaseAvailability is a helper method to define mock.On call

  • available bool

func (*UseCaseInterface_Expecter) UseCaseName

UseCaseName is a helper method to define mock.On call

type UseCaseInterface_IsUseCaseSupported_Call

type UseCaseInterface_IsUseCaseSupported_Call struct {
	*mock.Call
}

UseCaseInterface_IsUseCaseSupported_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsUseCaseSupported'

func (*UseCaseInterface_IsUseCaseSupported_Call) Return

func (*UseCaseInterface_IsUseCaseSupported_Call) Run

func (*UseCaseInterface_IsUseCaseSupported_Call) RunAndReturn

type UseCaseInterface_UpdateUseCaseAvailability_Call

type UseCaseInterface_UpdateUseCaseAvailability_Call struct {
	*mock.Call
}

UseCaseInterface_UpdateUseCaseAvailability_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUseCaseAvailability'

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) Return

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) Run

func (*UseCaseInterface_UpdateUseCaseAvailability_Call) RunAndReturn

type UseCaseInterface_UseCaseName_Call

type UseCaseInterface_UseCaseName_Call struct {
	*mock.Call
}

UseCaseInterface_UseCaseName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UseCaseName'

func (*UseCaseInterface_UseCaseName_Call) Return

func (*UseCaseInterface_UseCaseName_Call) Run

func (*UseCaseInterface_UseCaseName_Call) RunAndReturn

Jump to

Keyboard shortcuts

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