how to put assertion in flexunit testcases using cairngorm? Issue:we are using cairngorm with flex unit test cases then the test cases are getting executed before the result method of the command class as we are implementing IResponder interface, because of which we are having problem putting assertions in the test case methods.

