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.