Flexmojos 3.3.0 Now Available
Flexmojos 3.3.0 is now available.
Flexmojos provides first-class support for Flex and AIR development within Apache Maven. It allow maven to compile, optimize, test and … Flex SWF, Flex SWC, Air SWF and Air SWC.
The main fixes are:
The next release will include FlexUnit 4 support and more refactoring to move toward a more componentized codebase and a focus on increasing test coverage.
Integration Tests with Maven (Part 2): Test Coverage Reports
In the previous article, we demonstrated one way of running integration tests with Maven. In this article, we will demonstrate how to measure the test coverage of both integration and unit tests.
Integration tests with Maven (Part 1): Failsafe Plugin
Everyone knows Maven is great for running unit tests, and it is usually one of the first things that people learn when they are adopting Maven as a technology. Integration tests are another matter, and require a more detailed introduction. In this series of articles, I will explain how to set up integration tests in Maven starting the series by testing a simple jar and then advancing into more complex scenarios.