Thanks I'll give it a try.

On Wed, Nov 30, 2011 at 9:08 AM, Nahuel Garbezza <n.garbezza@gmail.com> wrote:
On 30 November 2011 08:29, Juan Ignacio Vaccarezza
<juanvaccarezza@gmail.com> 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.