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