Hi am currently trying out in implementing an unit testing framework for my
applications.

I am ramping up on Fluint now and while going thro the tutorials for that i
came across  this

"As the first line of your testTimerLongWay() method, add this code which
creates a new asynchronous handler.

           var asyncHandler:Function = asyncHandler(
handleTimerComplete, 500, null, handleTimeout );


This code calls a method of the
TestCase<http://code.google.com/p/fluint/wiki/TestCase>called
asyncHandler() to create a special class (the AsyncHandler class) that will
monitor your test for an asynchronous event."

can anyone explain the above statement and how is the instance for
that AsyncHandler
class taking place ?!

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

Reply via email to