Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovieByIdGetter ¶
MovieByIdGetter is an autogenerated mock type for the MovieByIdGetter type
func NewMovieByIdGetter ¶
func NewMovieByIdGetter(t interface { mock.TestingT Cleanup(func()) }) *MovieByIdGetter
NewMovieByIdGetter creates a new instance of MovieByIdGetter. 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 (*MovieByIdGetter) GetMovieById ¶
func (_m *MovieByIdGetter) GetMovieById(id int) (*entity.Movie, error)
GetMovieById provides a mock function with given fields: id
Click to show internal directories.
Click to hide internal directories.