I really wouldn't recommend choosing two unit test frameworks. Much harder to maintain.
2012/2/9 Piotr Kawiak <piotr.kaw...@gmail.com>: > Magic string methods are not cool. Much better to have code completion > / refactoring support. Mockito works great for me. What do you mean by > 'checks if there was _any_ execution of this method call' ? > > 2012/2/9 Jonathan Campos <jonbcam...@gmail.com>: >> Just dropping in 2 cents. >> >> While I too use FlexUnit and think that a consensus would be good on how to >> write tests, my fear is that we shouldn't say "use this one". >> >> There are other contributors to Flex, such as ASUnit, that we would be >> snubbing. >> >> Sadly I feel the best solution is just let people write the tests and >> whatever they choose to use that is up to them. If a group of individuals >> want to all write using one version that is up to them, but I don't know >> about saying that one is the supported or only choice. >> >> -- >> Jonathan Campos