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].
Installing the Project Source Code
- From the archive
- Download the latest source code archive.
- Unzip the source code zip to any folder on your disk. (for instance: c:\development\)
- You will see a PureMVC_AS3_UnitTests source folder. (for instance: c:\development\PureMVC_AS3_UnitTests)
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
- Setup and Compile the Demo Using Flex Builder 3
- Create a new Flex Project called 'PureMVC_AS3_UnitTests' in Flex Builder 3, pointing to the new PureMVC_AS3_UnitTests source folder.
- Add the required libraries to the PureMVC_AS3_UnitTests project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Browse and select: PureMVC_AS3_UnitTests/libs
- Run PureMVC_AS3_UnitTests.mxml
