Hi All,
I'm looking at developing an extension for FlexUnit that allows unit testing with autowiring, and wondering if anyone has any thoughts.

A minimal first implementation would implement getConfigLocations() and getAutowireMode() following the spring junit classes AbstractSingleSpringContextTests
and AbstractDependencyInjectionSpringContextTests respectively.


It looks to be straightforward enough. Just wondering if anyone has any thoughts on better and/or existing ways to get spring autowiring in flex unit testing?


Ian
sublatern productions