Mocking framework

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Mocking framework

Juan Ignacio Vaccarezza
Hi all,
    Which mocking framework would you recomend?

Regards,
Juan
Reply | Threaded
Open this post in threaded view
|

Re: Mocking framework

ngarbezza
On 30 November 2011 08:29, Juan Ignacio Vaccarezza
<[hidden email]> wrote:
> Hi all,
>     Which mocking framework would you recomend?
>
> Regards,
> Juan
>

Juan, I recommend you to take a look on Mocketry
(http://magaloma.blogspot.com/2011/02/work-on-mocketry.html)

It lets you to control all mock message sends with a nice syntax, and
it also comes with a DSL for writing assertions like "expression
should be: true" or "5 should be an instance of: SmallInteger".

Nahuel.

Reply | Threaded
Open this post in threaded view
|

Re: Mocking framework

Juan Ignacio Vaccarezza
Thanks I'll give it a try.

On Wed, Nov 30, 2011 at 9:08 AM, Nahuel Garbezza <[hidden email]> wrote:
On 30 November 2011 08:29, Juan Ignacio Vaccarezza
<[hidden email]> wrote:
> Hi all,
>     Which mocking framework would you recomend?
>
> Regards,
> Juan
>

Juan, I recommend you to take a look on Mocketry
(http://magaloma.blogspot.com/2011/02/work-on-mocketry.html)

It lets you to control all mock message sends with a nice syntax, and
it also comes with a DSL for writing assertions like "expression
should be: true" or "5 should be an instance of: SmallInteger".

Nahuel.