TracNav
AS3 Standard : Unit Tests ...
- Downloads
- Installation
- Release Notes
- Live Tests
- View Source
- API Docs
- Discussion
Project Owner...
- Cliff Hall
Unit Tests - AS3 Standard
These are the unit tests for the current PureMVC AS3 Framework [Standard Version].
Release Notes
- The Unit Tests for the PureMVC Framework for ActionScript 3 are written with FlexUnit. The distribution package is in ZIP format contains the AS3 source code for the Flex Unit tests, API documentation, and the FlexUnit SWC library. It does not contain the PureMVC framework that is in a separate download.
- When you view the source code for the AS3 Framework, you initially see the results of these unit tests running in the right hand window. You should always see a green bar, indicating all tests have passed.
- Every method of every framework class has at least one unit test associated with it, sometimes more. Each unit test, in turn generally makes several assertions.
- If you modify the source code for the PureMVC framework for AS3, you should also create or modify the appropriate unit tests, and make sure that all tests still pass before building upon your modified version of the framework.
