Combining namespaces with the //et parameter

Combining namespaces with the //et parameter

In my project under the tests, I want to exclude - on class Sondage.Program - all the test classes them selve in the namespace Sondage.tests So if I ran //et "Sondage.tests.", all the test classes are excluded... perfect but if I ran //et "Sondage.tests.;Sondage.Program", nothing is excluded (event the "Sondage.Program" alone does not work). What's wrong? I thought that it was possible to combine namespaces/classes? Thanks for telling me what's wrong. Regards, Emmanuel (using 2.0.2.0, evaluating)


RE: Combining namespaces with the //et parameter

etasse,

try using //et "Sondage.tests.;.Sondage.Program.*"

Regards, Stephen Ward


RE: Combining namespaces with the //et parameter

Stupid question from me, but how to exclude all classes which have word "test" either in namespace or class name?


RE: Combining namespaces with the //et parameter

Mika,

Use the //et parameter. Try: //et ".test."

Regards, Stephen Ward