# Tuesday, October 05, 2004

MutantBuild is the back bone behind TestDriven.NET / MbUnit compilation. Jamie Cansdale has published an installer that will let you play with it. Anybody automating VS.NET solution should have a look at this.

posted on Tuesday, October 05, 2004 1:14:00 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [4]
Tracked by:
"church skateparks" (online) [Trackback]
"pidgeons" (online) [Trackback]
Monday, June 06, 2005 3:24:28 AM (Pacific Daylight Time, UTC-07:00)
Has anyone tried running the unit tests in <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> gui? It doesn't seem to work for me. I'm using the <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> dlls from <a title="TestDriven.NET" href="http://www.testdriven.net" target="_blank">TestDriven.NET</a> (Sept 30 build). The gui says 2.22.0.0. Any idea why? Thanks.
<br>----
<br>It's not able to load my test assembly and gives the following message (part of it):
<br>&quot;Failed loading TestDomain .. The given assembly name or codebase 'QuickGraph.Algorithms' was invalid.
<br>File name: ''QuickGraph.Algorithms'
<br>at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.core.Remoting.RemoteTestEngine..ctor()
<br>at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.Core.Remoting.RemoteTestTree..ctor() in c:\svnhome\trunk\MbUnit\MbUnit.Core\Remoting\RemoteTestTree.cs:line 63&quot;
PD
Monday, June 06, 2005 3:24:28 AM (Pacific Daylight Time, UTC-07:00)
There was a build published that was missing <a title="QuickGraph, 100% C# directed graph library" href="http://mbunit.tigris.org" target="_blank">QuickGraph</a> assemblies. It was live for an hour or two but people (like you maybe) had already downloaded the sick version.
<br>
<br>Could you please try again with the latest version? We have now continuous integration and installers are updated daily.
<br>
<br>Please tell us if your problem continues...
Jonathan de Halleux
Monday, June 06, 2005 3:24:28 AM (Pacific Daylight Time, UTC-07:00)
I'm still seeing the problem. Here are the 3 different ways I tried my <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> tests:
<br>
<br>1. Using the AutoRunner in a console application. This was a SUCCESS and I got a html report.
<br>
<br>2. Using the <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> console exe and adding in test assembly. This was a FAILURE and I got the following mesg:
<br>System.ApplicationException: Failure while building the assembly dependency grap
<br>h ---&gt; System.NullReferenceException: Object reference not set to an instance of
<br> an object.
<br> at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.Core.Graph.TestDomainDependencyGraph.AddDomain(TestDomainBase domai
<br>n) in C:\svnhome\trunk\MbUnit\MbUnit.Core\Graph\TestDomainDependencyGraph.cs:lin
<br>e 68
<br> at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.Core.Graph.TestDomainDependencyGraph.BuildGraph(String[] testAssemb
<br>lies) in C:\svnhome\trunk\MbUnit\MbUnit.Core\Graph\TestDomainDependencyGraph.cs:
<br>line 208
<br> --- End of inner exception stack trace ---
<br> at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.Core.Graph.TestDomainDependencyGraph.BuildGraph(String[] testAssemb
<br>lies) in C:\svnhome\trunk\MbUnit\MbUnit.Core\Graph\TestDomainDependencyGraph.cs:
<br>line 219
<br> at <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>.Core.Cons.MainClass.Main() in C:\svnhome\trunk\MbUnit\MbUnit.Core\C
<br>ons\MainClass.cs:line 135
<br>
<br>3. Using <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> gui. FAILURE - same error as before.
<br>
<br>I used the auto generator to generate my tests. However I don't see how this will affect the problem I'm seeing. If it helps...I have <a title="Reflector" href="http://www.aisto.com/roeder/dotnet/" target="_blank">Reflector</a> version 4.1.7.0. Thanks.
PD
Monday, June 06, 2005 3:24:28 AM (Pacific Daylight Time, UTC-07:00)
Please post you bug reports on <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> mailing lists or on the issue tracker at <a target="_new" href="http://mbunit.tigris.org">http://mbunit.tigris.org</a>
<br>
<br>thanks
Jonathan de Halleux
Comments are closed.