[Mono-dev] Unit tests for WCF

Roei Erez roeie at mainsoft.com
Tue Apr 1 06:37:20 EDT 2008


Hi,
This suite does not fit naturally into this pattern, since the tests are
a bit more integrative.
It is essential to have such a suite, in order to stay in control
regarding the various 'end to end' flows.
I think that the options are:
1. Create a separate directory in the current Nunit test suite (call it
something like 'System.ServiceModel.Integrative')
2. Put it in another suite.

What do you think?

Regards, 
Roei Erez

-----Original Message-----
From: Atsushi Eno [mailto:atsushi at ximian.com] 
Sent: Tuesday, April 01, 2008 12:10 PM
To: Roei Erez
Cc: mono-devel-list at lists.ximian.com
Subject: Re: Unit tests for WCF

Hello,

As usual, it has NUnit test infrastructure in:
topdir/class/Directory.By.Assembly/Test/Directory.By.Namespaces/Test.By.
Class.cs

Basically it should not be a separate test suite unless there is some 
appropriate reason.

Atsushi Eno

Roei Erez wrote:
>
> 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
>
>  
>



More information about the Mono-devel-list mailing list