Monday, July 19, 2004

At last, MbUnit loads the assemblies in separate AppDomain and do not lock them...

This release brings the "much awaited" shadow copying feature to MbUnit which means that you can do real TDD development with the GUI. This part of the code has been strongly inspired from the NUnit implementation. Copyright notice have been kept in the source code.

Release Details

  • Separate AppDomain for each test assembly,
  • Handling configuration files as in NUnit (test assembly name + ".config"),
  • Test assembly monitoring and reloading when changes detected,
  • Filtering in the console application,

Many other bugs have been also fixed...

Download MbUnit 2.16beta at www.dotnetwiki.org

 

posted on Monday, July 19, 2004 11:10:00 AM UTC  #    Comments [10]
Tracked by:
"shannon tweed clips" (online) [Trackback]
Monday, June 06, 2005 5:48:19 PM UTC
Great Work! Conceptually it is very promising.
<br>I tried to compile my test suite which has references to TestFixtureSetup attribute (nUnit syntax) and ran into compilation issues. Is there anything equivalent in <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>?
<br>thanks
<br>
srinivas
Monday, June 06, 2005 5:48:20 PM UTC
Currently, TestFixtureSetUp and TestFixtureTearDown are not supported in <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a>...
Jonathan de Halleux
Monday, June 06, 2005 5:48:20 PM UTC
Stupid question - why is all this stuff being implemented in <a title="MbUnit, Generating Unit Testing and Model Based Testing Framework for .NET Framework" href="http://mbunit.tigris.org" target="_blank">MbUnit</a> now when it already exists in NUnit? Why not get your other 'cool bits' added to NUnit instead of duplicating all the effort?
<br>
Anonymous Coward
Monday, June 06, 2005 5:48:21 PM UTC
Because NUnit is not extensible enough.
Jonathan de Halleux
Monday, June 06, 2005 5:48:21 PM UTC
Great job!
Sanin Saracevic
Monday, June 06, 2005 5:48:22 PM UTC
Hi there,
<br>
<br>Great product, but when I run the tests that ship with the distro, I get a bunch of failures, which doesn't inspire much confidence. If you want, I put the xml report @ <a target="_new" href="http://www.blowery.org/mbunit-test-run.xml">http://www.blowery.org/mbunit-test-run.xml</a> for inspection. Any idea what's up?
Ben Lowery
Monday, June 06, 2005 5:48:22 PM UTC
There some some tests... that should fail. I use them to see how the GUI behaves.
<br>
<br>Other ones are pure TDD result: Test First, no time to implement.
<br>
<br>Other are scary :)
Jonathan de Halleux
Monday, June 06, 2005 5:48:22 PM UTC
overflow
Monday, June 06, 2005 5:48:23 PM UTC
Peli's Blog
Monday, June 06, 2005 5:48:23 PM UTC
Still can't get it to pick up my config files.
<br>I have a config in the bin [assembly].dll.config
<br>and one in the project folder [mbunit project file name].config
Dru
Comments are closed.