Re: Integ Testing - mocking Services action invocations

2014-07-01 Thread Dan Haywood
Hi Oscar / anyone else... ... just to say that I've now implemented this ticket; would be good if you could use it in anger and see if it works ok for you. The comment on the ISIS-813 [1] shows the new method (replaceService). Cheers Dan On 20 June 2014 09:33, Dan Haywood

Re: Integ Testing - mocking Services action invocations

2014-06-20 Thread GESCONSULTOR - Óscar Bou
Hi, Dan. Many thanks for your answer. The problem I was finding when trying to mock the service was that it was a whole new instance, and there's no way to replace the default instance by this mocked one, or to load the mocked one at first, instead of Isis creating a new instance by means of

Re: Integ Testing - mocking Services action invocations

2014-06-20 Thread Dan Haywood
On 20 June 2014 09:14, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: The problem I was finding when trying to mock the service was that it was a whole new instance, and there's no way to replace the default instance by this mocked one, or to load the mocked one at first, instead of