b-log – betriebsraum weblog

Software Development, Human-Computer Interaction, Projects…

Posts published in July 2010

Asynchronous Callback Functions in FlexUnit

FlexUnit provides support for asynchronous testing with the Async class. While this class works well for event driven tests, it doesn’t support callback functions like you might want it to. A typical event driven asynchronous test looks like this:

Continue reading this post