Not finding what you are looking for? Request a recipe!

  1. Avg. rating 3.6

    Create an application to run FlexUnit tests

    How to create an application that can be used to run and graphically view the
    results of FlexUnit tests.

  2. Avg. rating 4.4

    Testing visual components with FlexUnit

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

  3. Avg. rating 3

    Understanding FlexUnit Output

    How to interpret the results of running one or more TestCase classes.

  4. Avg. rating 3.9

    Create a FlexUnit TestCase

    How to create a FlexUnit TestCase class that can be used to test code.

  5. Avg. rating 4

    Create an application that can use the FlexUnit framework

    How to create an application that is able to use the FlexUnit framework classes to
    create and run tests.

  6. Not yet rated

    FlexUnit 4 documentation

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

  7. Avg. rating 3.6

    How to handle events in a TestCase?

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

  8. Avg. rating 4.4

    Automated TestSuite Generation

    This recipe extends the Create an application to run FlexUnit tests and Installing
    and Configuring Antennae recipes and requires a basic understanding of Ant.

  9. Avg. rating 4.4

    Installing and configuring Antennae

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

  10. Avg. rating 3.3

    Adding a TestCase to a TestSuite

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

  • Results 1-10 of about 16
  • 1
  • 2

Technology tags

    Popular tags