Re: flex testing architecture

2012-06-28 Thread Justin Mclean
Hi, > Is there any documentation about the Mustella framework? There's a small amount here: https://cwiki.apache.org/FLEX/mustella-overview.html Doing an "ant checkintests" or a " mini_run.sh tests/components/Button" gives you a good idea how it runs. Thanks, Justin

Re: flex testing architecture

2012-06-26 Thread filippo dipisa
I agree with you. I cheked out your FlexUnit source code to try to help improving the UUIImpersonator. Is there any documentation about the Mustella framework? On 26 June 2012 16:28, Michael A. Labriola wrote: > >I'm having a look to the Flex source code and it seems that Adobe didn't > use TDD o

RE: flex testing architecture

2012-06-26 Thread Michael A. Labriola
>I'm having a look to the Flex source code and it seems that Adobe didn't use >TDD or I don't see the ALL tests. There are no unit tests. Very early in this list there is a prolonged series of discussions on this topic, it might be useful to give those a quick read. >For example I think that ea

Re: flex testing architecture

2012-06-26 Thread Justin Mclean
Hi, > I'm having a look to the Flex source code and it seems that Adobe didn't use > TDD That would be my educated guess as well. > or I don't see the ALL tests. Not all of the tests have been donated yet. We have the check in tests and the button tests but the rest are still to come. The butto