FlexUnit Organization

The 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 directories

The 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:

FlexUnitLib Contains the FlexUnit library code, FlexBuilder library project and Test Runner
FlexUnitTest Contains the FlexUnit tests and FlexBuilder project

The FlexUnitLib directory

Inside 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).

.settings FlexBuilder project settings
build Ant script and properties file
src Flex Unit and Test Runner source code

The FlexUnitTest directory

Inside FlexUnitTest, you'll find a FlexBuilder project for the FlexUnit unit tests and the graphical test runner to run the tests from within FlexBuilder.

.settings FlexBuilder project settings
src Flex Unit test source code and graphical test runner
You must be logged in to comment.