Is there a good Flex project example with well-written unit tests?

My team is ready to start writing unit tests of our code (we will try even TDD).

Is there a good example of Flex projects with well-written unit tests?

+6
flex unit-testing tdd
source share
1 answer

AS3Commons and Spring ActionScript projects have a fairly sophisticated set of unit tests:

+5
source share

All Articles