[Mono-dev] Unit tests for WCF

Adar Wesley adar.wesley at gmail.com
Tue Apr 1 08:45:07 EDT 2008


Hi Roei,

I ran into a sample by IDesign.net that shows an InProcFactory helper class
that lets you create WCF Services and host them in proc using net.pipebindings
without configuration.  The helper class lets you host both the server and
client
side in the same process.

This setup is great for unit testing.

The sample itself is copyright protected.  However, I think that just
knowing that
such a solution exists can put you on the right track.

Hope this helps.

---
Adar Wesley

2008/4/1 Roei Erez <roeie at mainsoft.com>:

>  Hi,
>
> We are currently writing integrative tests that are 'Nunit' based, but
> test more integrative flows.
>
> The tests in this suite are in the form of services & clients that
> exchange messages, and the suite enables adding such tests easily.
>
> Do you think it has a place in Mono unit tests for WCF, or should be a
> separate test suite?
>
>
>
> Regards,
>
> Roei Erez
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


-- 
---
Adar Wesley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080401/6b86d1b4/attachment.html 


More information about the Mono-devel-list mailing list