Thanks for the tips Brian. I ended up doing just that. svn co -- built the swc, dumped into local maven repo with svn-rev-30 as the version.
I'm a big fan of EasyMock -- I haven't spent enough time yet with mock-as3 yet, but need to get the infrastructure and a nice flexunit 4 + mock pattern in place for the team I am working with fairly quickly (hence my query for mock frameworks). It sounds like it will suffice...thanks again for the tips. On Tue, Dec 15, 2009 at 6:58 PM, Brian <[email protected]> wrote: > @Davis - I'd suggest building from source and publishing to your own > artifact repository only because the author still publishes bug fixes > and doesn't provide a SWC download from the google code website. I > also don't think a version # has been assigned to mock-as3, so I'm not > sure what code is in the swc published for the Flex on Java book. > Probably not making the best case for the library, but if you're used > to using expectation-based mocking similar to JMock rather than > something like EasyMock or Mockito, you'll find mock-a3 to be pretty > feature filled. Mabye you can hit up the author, Drew Bourne, and ask > him to solidify some artifacts for use in the community. > > -Brian > > > > On Dec 15, 5:35 pm, Davis Ford <[email protected]> wrote: > > Hi Brian, thanks I will check it out. I was hoping for a nice framework > > that I could just pull in as a mvn dep, or deploy to local mvn repo > easily > > from a download. > > > > Why do you have to build mock-as3 from src? > > > > > > > > On Tue, Dec 15, 2009 at 5:02 PM, Brian <[email protected]> wrote: > > > @Davis - I'm a big fan of mock-as3 (http://code.google.com/p/mock- > > > as3/) although you'll have to build it from source and search for the > > > docs a bit. It has type-safe support, a FlexUnit4 runner, and was > > > built by the same guy who published Hamcrest-as3. asmock (http:// > > > asmock.sourceforge.net/) and mockito-flex ( > http://bitbucket.org/loomis/ > > > mockito-flex/wiki/Home) are also popular libraries if you're looking > > > for alternatives. > > > > > -Brian > > > > > On Dec 15, 4:13 pm, Davis Ford <[email protected]> wrote: > > > > Hi -- slightly off-topic, but I'm looking for a decent mock framework > for > > > > as3 and I was wondering if anyone could provide recommendations on > here? > > > > > > Regards, > > > > Davis > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Flex Mojos" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<flex-mojos%[email protected]> > <flex-mojos%[email protected]<flex-mojos%[email protected]> > > > > > For more options, visit this group at > > >http://groups.google.com/group/flex-mojos?hl=en?hl=en > > > > >http://blog.flex-mojos.info/ > > > > -- > > Zeno Consulting, Inc. > > home:http://www.zenoconsulting.biz > > blog:http://zenoconsulting.wikidot.com > > p: 248.894.4922 > > f: 313.884.2977 > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos?hl=en?hl=en > > http://blog.flex-mojos.info/ > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
