--- In csunit@yahoogroups.com, "Nguyen Trung Chinh" <chinhnt2k3@...>
wrote:
>
> Hi,
>
> Does csunit support testing of web projects? It's working fine with
console and windows projects but I can't get it to work with web
projects. Please help!
>
Hi,
I can't offer you an option out of the box. However, by creating an
extremely thin layer between the web hosting environment and the
underlying implementation it is possible to test web applications as
well.
I use this technique for both the implementation of web services based
on WCF and for Silverlight-based front ends. In both cases I didn't want
to code the runtime environment. All I want was to test the code that I
added. With an extremely thin layer just above my own code I'm now able
to do exactly that.
Kind regards,
Manfred.
---
Manfred Lange.
csUnit team
http://www.csunit.org <http://www.csunit.org>
Blog on .NET <http://manfredlange.blogspot.com> , Blog on Agile
Leadership <http://agileleadership.blogspot.com>
[Non-text portions of this message have been removed]