X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=capifcore%2Finternal%2Finvokermanagement%2Fmocks%2FInvokerRegister.go;fp=capifcore%2Finternal%2Finvokermanagement%2Fmocks%2FInvokerRegister.go;h=d1e6c83d60b02ca6b2be8075ced68c2d751e736c;hb=a98d361fe90ebac93c13a599529c4b743e11ace2;hp=123dd9a9eeb20a1e2acace2a5bec84ada2c9247d;hpb=a1ad27aad62ac843bb2d8a6e843c2e388c2e055d;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/invokermanagement/mocks/InvokerRegister.go b/capifcore/internal/invokermanagement/mocks/InvokerRegister.go index 123dd9a..d1e6c83 100644 --- a/capifcore/internal/invokermanagement/mocks/InvokerRegister.go +++ b/capifcore/internal/invokermanagement/mocks/InvokerRegister.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.14.0. DO NOT EDIT. +// Code generated by mockery v2.35.4. DO NOT EDIT. package mocks @@ -56,13 +56,12 @@ func (_m *InvokerRegister) VerifyInvokerSecret(invokerId string, secret string) return r0 } -type mockConstructorTestingTNewInvokerRegister interface { +// NewInvokerRegister creates a new instance of InvokerRegister. 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 NewInvokerRegister(t interface { mock.TestingT Cleanup(func()) -} - -// NewInvokerRegister creates a new instance of InvokerRegister. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. -func NewInvokerRegister(t mockConstructorTestingTNewInvokerRegister) *InvokerRegister { +}) *InvokerRegister { mock := &InvokerRegister{} mock.Mock.Test(t)