Not finding what you are looking for? Request a recipe!
How to create an application that can be used to run and graphically view the
results of FlexUnit tests.
This recipe outlines techniques for using FlexUnit to test visual components. In
order to test the behavior of a visual component it needs to have gone through
the ...
How to interpret the results of running one or more TestCase classes.
How to create a FlexUnit TestCase class that can be used to test code.
How to create an application that is able to use the FlexUnit framework classes to
create and run tests.
FlexUnit 4 seems to be updated to include fluint and hamcrest. It would be nice to
have a central location for all this documentation, especially: How to setup ...
To inform FlexUnit that it should wait for an event to fire before marking a test as
passed or failed, the listener passed to addEventListener() must be replaced by ...
This recipe extends the Create an application to run FlexUnit tests and Installing
and Configuring Antennae recipes and requires a basic understanding of Ant.
It uses Ant and Java to provide cross platform utilities to compile Flex libraries,
Flex applications, generate FlexUnit TestSuites, and run FlexUnit tests in an ...
Behind the scenes FlexUnit uses reflection to find all methods that start with test
and add them to be executed. The following updated createSuite method adds ...