Hi Flex Experts,

   I am new to Flex. I need to write test methods for pureMVC applications.
I will explain my scenario is simply step by step as follows,

* In mediator I am sending the notification like
sendNotification(MyCommandNotification, objBody);
* In ApplicationFacade I registered this Command like
registerCommand(MyCommandNotification,
ClassRef)
* Whenever send the Notification, this notification listened by Application
facade and map to appropriate command file[ClassRef] and start the
execute(theNotification:INotification) method.
* In the execute method, I am doing the action based upon the notification.

The above scenario is the abstract example for pureMVC application,

What my doubt is how do write Test method for execute() method in TestCase
class[TestClassRef] and how do get the notification.


Please help me guys, it is very urgent. If you have any queries, please let
me know.

Thanks and Regards
Velu

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to