PureMVC FlexUnit Testing is a tiny library to allow PureMVC applications to utilize the unit testing capabilities of FlexUnit.
FlexUnit is tremendous unit testing framework but is only meant to handle standard ActionScript 3 events and not designed to understand the PureMVC Notification system. Writing a TestCase that extends PureMVCTestCase provides the ability to convert PureMVC Notifications into standard ActionScript 3 events which FlexUnit handles very well.
This project references both the PureMVC and FlexUnit projects.