As a few of my projects have been mentioned (Mockolate, hamcrest-as3) I
would like to offer whatever help I can to make using them for testing Flex
the best option. Let me know if there are issues preventing their usage,
such as licensing or dependencies.

To clear up one point, Mockolate does support invocation for setting
expectations instead of using strings. For example these two lines define
the same expectation:

    stub(example).method("add").args(1, 2).returns(3);
    expect(example.add(1, 2)).returns(3);

cheers,
Drew



On Sat, Feb 11, 2012 at 12:04 PM, Rui Silva <f...@rduartes.net> wrote:

>
>
> -------- Original Message --------
> > From: "Michael A. Labriola" <labri...@digitalprimates.net>
> >
> > Not sure how the logistics of this would work, however, if we wanted to
> bring FlexUnit into the fold, I would be willing to donate all of the code
> to Apache directly. Right now it is MIT license.
> >
>
> That sounds great Mike.
>
>

Reply via email to