Monday, May 10, 2004

MbUnit has a Visual Studio Add-In using the NUnitAddIn framework. Setting the framework is done through the following steps:

  1. Get the latest NUnitAddIn installed on your machine,
  2. Copy the MbUnit binaries to the NUnitAddIn folder,
  3. Edit the NUnitAddIn.config file as follows:
    <?xml version="1.0"?>
    <configuration>
      <nunitaddin>
        <frameworktestrunners>
          <testRunner name="MbUnit"
                         typeName="MbUnit.AddIn.MbUnitTestRunner" 
                         assemblyPath="MbUnit.AddIn.dll"  />
          <testRunner name="NUnit"
                         typeName="NUnitAddIn.NUnit.TestRunner.SimpleNUnitTestRunner" 
                         assemblyPath="NUnitAddIn.NUnit.dll"  />
          ...
        </frameworktestrunners>
      </nunitaddin>
    </configuration>

That's it. You can now right click on an assembly, namespace or fixture and execute it using "Run Tests...".

posted on Monday, May 10, 2004 12:54:00 PM UTC  #    Comments [6]
Tracked by:
"firefox skins" (online) [Trackback]
"associate degree rn" (online) [Trackback]
"Cialis." (Cialis.) [Trackback]
"Phentermine." (Phentermine cod.) [Trackback]
"Buy phentermine." (Phentermine.) [Trackback]
"Ultram." (Ultram information from drugs com.) [Trackback]
Monday, June 06, 2005 6:04:30 PM UTC
I did that, but didn't see <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> as an option. Are you certain there is nothing else that needs to be set up? (ie, <a title="" href="http://weblogs.asp.net/nunitaddin/" target="_blank">NUnitAddIn</a>.exe.config?)
Keith Farmer
Monday, June 06, 2005 6:04:41 PM UTC
There's no option. Just hit &quot;Run Tests&quot; and it should run the <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> tests.
Jonathan de Halleux
Monday, June 06, 2005 6:04:42 PM UTC
Peli's Blog
Monday, June 06, 2005 6:04:43 PM UTC
Peli's Blog
Monday, June 06, 2005 6:04:44 PM UTC
Where do all of the <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> tests have to reside?
<br>
<br>sorry for the noob like question
Jerrad Anderson
Monday, June 06, 2005 6:04:46 PM UTC
I'll blog again about this when it is fixed :)
Jonathan de Halleux
Comments are closed.