资 源 简 介
About Reflex Unit
Reflex Unit is a testing framework for Flex 2 and Flex 3 applications. It is designed to be a drop-in replacement for Flex Unit (although minor code changes will be required).
Reflex Unit offers the following features:
* Testing framework uses reflection, eliminating the need to manually declare each test method. Simply specify the name of a class containing testable methods (see documentation for more) and they will be automatically added to the TestSuite.
Test cases are not required to extend a base testing class. Using Reflex Unit, test methods may be defined within the classes they are testing. Tests may optionally implement an ITestCase interface (or extend the included TestCase class) to be notified of setup and