NONRTRIC-946: Make GET for GetApfIdServiceApis stateless
[nonrtric/plt/sme.git] / capifcore / internal / invokermanagement / mocks / InvokerRegister.go
index 123dd9a..d1e6c83 100644 (file)
@@ -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)