Unit testing http handlers?
Posted
by MockedMan.Object
on Stack Overflow
See other posts from Stack Overflow
or by MockedMan.Object
Published on 2010-05-07T19:05:41Z
Indexed on
2010/05/07
19:08 UTC
Read the original article
Hit count: 146
httphandler
|unit-testing
My current project based in Asp .net makes considerable use of Http handlers to process various requests? So, is there any way by which I can test the functionality of each of the handlers using unit test cases? We are using Nunit and Moq framework to facilitate unit testing.
© Stack Overflow or respective owner