You are currently browsing the archives for the "flex" tag.

Unit testing Flex

October 22nd 2007 - 5:22 pm by james

This is part 3 of my exploration into Flex. In part 1 I wrote a simple weather forecast application. In part 2 I refactored the non-UI code into separate ActionScript classes. In this part I discuss unit testing those classes using FlexUnit. In short, FlexUnit allows you to run unit tests from the command line.

(more…)