MbUnit V3 Download

19 views
Skip to first unread message

Venkata K Sadineni

unread,
Jun 6, 2013, 3:20:34 AM6/6/13
to galli...@googlegroups.com
Hello
I am trying to download the Mbunit.Framework.dll  file to use the [Parallelizable]  attribute and DegreeOfParallelism. I have the below questions:

1. When I down load the latest Gallio installer and installled it, under the path
C:\Program Files\Gallio\bin
I see 2 folders:
         MbUnit2
         MbUnitCpp

MbUnit2 has v2 version of MbUnit.Framework.dll. Where can I find the v3 version of MbUnit.Framework.dll??

2. If want to specify the DegreeOfParallelism,  do I have to specify it at the namespace level ( I am using C#.Net). Is the below approach correct??

[assembly:DegreeOfParallelism(15)]
namespace BugVerification
{
       [TestFixture(TimeOut = 3600)]
       [Parallelizable]
       public class BugVerify
       {
                   [Parallelizable]
                   public void Test1()
                   {
                             ::
                    }
        }
}

--
Thanks&Regards,
Venkata Sadineni
Reply all
Reply to author
Forward
0 new messages