Hello everyone, According to the tutorial (link below), FlexUnit tests asynchronous calls by utilizing the EventDispatcher. Is there a way to test custom callback methods? E.g., ObjectA passes the callback to ObjectB, and after some time or event, ObjectB will then invoke the callback with the expected parameters.
http://flex.apache.org/flexunit/tutorial/flexunit/Unit-13.html Samuel
