IntroductionUnit Tests are critical for any security project and NetBouncer is not an exception. Every rule/modifier or any other similar critical code should be tested throughly. Details- Code coverage should not be less than 80%.
- For HTTPContext mocking we are using HttpSimulator from haacked.com, it's less complicated than proper mocking solutions, and enough for this project. Compiled and project version of HttpSimulator available in SVN.
|