diff --git a/pkg/interfaces/mocks/AppFunctionContext.go b/pkg/interfaces/mocks/AppFunctionContext.go index 2de80910f..d31fd4048 100644 --- a/pkg/interfaces/mocks/AppFunctionContext.go +++ b/pkg/interfaces/mocks/AppFunctionContext.go @@ -1,4 +1,4 @@ -// Code generated by mockery v0.0.0-dev. DO NOT EDIT. +// Code generated by mockery v2.9.4. DO NOT EDIT. package mocks @@ -8,6 +8,8 @@ import ( dtos "github.com/edgexfoundry/go-mod-core-contracts/v2/dtos" + interfaces "github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces" + logger "github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger" mock "github.com/stretchr/testify/mock" @@ -46,6 +48,22 @@ func (_m *AppFunctionContext) ApplyValues(format string) (string, error) { return r0, r1 } +// Clone provides a mock function with given fields: +func (_m *AppFunctionContext) Clone() interfaces.AppFunctionContext { + ret := _m.Called() + + var r0 interfaces.AppFunctionContext + if rf, ok := ret.Get(0).(func() interfaces.AppFunctionContext); ok { + r0 = rf() + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(interfaces.AppFunctionContext) + } + } + + return r0 +} + // CommandClient provides a mock function with given fields: func (_m *AppFunctionContext) CommandClient() clientsinterfaces.CommandClient { ret := _m.Called()