Displaying 1 result from an estimated 1 matches for "setup_uuid".
Did you mean:
set_uuid
2006 Jun 16
2
need help mocking out a method
I''m trying to test a controller method''s error handling. To do so I
need to mock out a method that normally returns a unique number so
that it returns a duplicate number several times in a row thereby
triggering the error handling. However, I can''t get the mock working.
Here''s the test code along with the error (all from test/functional/