FlexUnit OrganizationThe FlexUnit project is located in the Subversion repository at http://opensource.adobe.com/svn/opensource/flexunit. Within this project are directories named trunk, branches, and tags, as is standard for Subversion projects. Mainline development is underway in trunk. The code which shipped as the 0.9 release of the framework has been tagged as tags/0.9. Top-level directoriesThe FlexUnit repository contains the codebase for FlexUnit, its graphical test runner, and unit tests. Inside either the trunk or a branch or a tag, the following directories exist:
The FlexUnitLib directoryInside FlexUnitLib, you'll find a FlexBuilder library project for FlexUnit. There is also an ant script for those that do not have FlexBuilder, that allows you to build the Flex Unit SWC library, create the ASDoc and run the unit tests (required the FlexUnitTest directory to exist).
The FlexUnitTest directoryInside FlexUnitTest, you'll find a FlexBuilder project for the FlexUnit unit tests and the graphical test runner to run the tests from within FlexBuilder.
|
|