views:

8

answers:

0

If you have a Async HttpHandler as described here, how would one unit test? Would you create instance of the handler class itself or/and the IAsychResult class as well? Any example would be great..

Thx!