-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathmock_reservation_central_system_handler.go
More file actions
32 lines (24 loc) · 1.05 KB
/
Copy pathmock_reservation_central_system_handler.go
File metadata and controls
32 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Code generated by mockery v2.53.5. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
// MockReservationCentralSystemHandler is an autogenerated mock type for the CentralSystemHandler type
type MockReservationCentralSystemHandler struct {
mock.Mock
}
type MockReservationCentralSystemHandler_Expecter struct {
mock *mock.Mock
}
func (_m *MockReservationCentralSystemHandler) EXPECT() *MockReservationCentralSystemHandler_Expecter {
return &MockReservationCentralSystemHandler_Expecter{mock: &_m.Mock}
}
// NewMockReservationCentralSystemHandler creates a new instance of MockReservationCentralSystemHandler. 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 NewMockReservationCentralSystemHandler(t interface {
mock.TestingT
Cleanup(func())
}) *MockReservationCentralSystemHandler {
mock := &MockReservationCentralSystemHandler{}
mock.Mock.Test(t)
t.Cleanup(func() { mock.AssertExpectations(t) })
return mock
}