[mocha-developer] Mocks and Manual Tests
John Wilger
johnwilger at gmail.com
Sat Dec 8 20:03:23 EST 2007
That's not generally how one would use mocks, although I suppose it's
possible. Why not just go ahead and define the missing classes? You
can write the methods to return canned results until you're ready to
create the real implementation.
Also - assuming you're using Rails - you can put concrete mocks in the
test/mocks/development directory which will then override the real
implementation when running in development mode. Personally, I think
that's dangerous, but the option is there.
--
Regards,
John Wilger
(Sent from my phone - please excuse the top-post.)
On Dec 8, 2007, at 4:41 PM, <nobrow at eircom.net> wrote:
> Is it possible for me to use Mock objects in manual testing?
>
> They work great for functional testing, but now I need to load the
> pages and play around with some stuff, but of course I cant load
> them because there are a number of classes without implementations,
> which I want to just mock out.
>
> Any ideas?
>
> -----------------------------------------------------------------
> Find the home of your dreams with eircom net property
> Sign up for email alerts now http://www.eircom.net/propertyalerts
>
>
> _______________________________________________
> mocha-developer mailing list
> mocha-developer at rubyforge.org
> http://rubyforge.org/mailman/listinfo/mocha-developer
More information about the mocha-developer
mailing list