As of today, Flex Unit version 1.1.1 is now available for download. It
is a relatively minor release for the following items:
• Issue #34 - Assets are not located in net/digitalprimates/fluint
folder
• Issue #35 - Can't find TestResponder
• Issue #37 - Air Test Runner needs better error handling
• Added new target to ant build for building the airtestrunner as
an .airi file (target => "airtestrunner-intermediary")
• Added flex builder metadata files to the samples project
We have a version 1.2 planned for the very near future. It has some
requested changes to the sequences, bug fixes for sequence binding
operations and several new features contributed by the community.
However, the really big news is the reason it has taken us so long to
get version 1.1 out the door. The teams behind Fluint and FlexUnit
have worked together to produce a new version that combines the best
of both of these frameworks.
The new version provides all of the features currently available in
both of these frameworks. Further, it is fully backwards compatible
with both Fluint and FlexUnit tests, so your existing tests from
either of these sources can be run without change. In addition, the
new framework provides a cadre of long requested features, including:
• Metadata based Test and Suite identification (no more need to extend
testcase or testsuite)
• Hamcrest matchers courtesy of the hamcrest-as3 project.
      More Info:
      • Hamcrest AS3: 
http://github.com/drewbourne/hamcrest-as3/tree/master
      • Hamcrest: 
http://code.google.com/p/hamcrest/
      • Hamcrest Tutorial for Java: 
http://code.google.com/p/hamcrest/wiki/Tutorial
      • Hamcrest Tutorial for PHP:
http://sebastian-bergmann.de/archives/735-Getting-Started-with-Hamcrest.html
•Theories, DataPoints and Assumptions
      More Info:
      • 
http://shareandenjoy.saff.net/tdd-specifications.pdf
• Ignorable tests
• Enhanced Sorting and Filtering
And, perhaps coolest of all, a complete extensibility layer for others
to write their own custom runners. This means that community projects
such as Fluint, FUnit, FlexMonkey or ASUnit could plug into the
framework to run mixed suites of tests from various frameworks.
There will be information posted in the next couple of days on where
to find the bits for a public alpha.
I am excited to see where the community can take a framework built for
extensibility and to watch this new platform evolve.
Cheers,
Mike