Complex attributes in MbUnit, Rowtest and Row
... Complex attributes in MbUnit, Rowtest and Row MJG With the MbUnit test framework there's a nice compact syntax for writing an ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vb/23476
Writing to the output window in Visual Studio - with mbunit
... Writing to the output window in Visual Studio - with mbunit avanti The framework we use, uses MbUnit and the QE runs the tests through the UI ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/60475
NUnit or mb.Unit
... All Sharpies, Which is a good tool for TDD, NUnit or MBUnit? I reas some blogs they say MBUnit is better but I was looking at the activity and it ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/61096
Reflection and private methods
... why the followind code fails using System; using System.Collections; using System.Reflection; using MbUnit.Core.Framework; using MbUnit.Framework; namespace CarpetsX.DataLayer { [TestFixture] public class ClassName { [Test] public void MethodName() { className1 class1=new ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/35850
VB.NET - .NET framevork, and unit testing book recommendation needed!
... programming in VB.Net and done testing with TypeMock and MbUnit (Testdriven.net) for about 2months now at work. I can see that my ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-framework/23113
Regular Expression Niggle
... I hope the code below helps: using System; using System.Text.RegularExpressions; using MbUnit.Framework; namespace num { public class NumberValidator { static Regex valid = new Regex(@"^\d{1,4}(\.\d ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/63006
VB.NET, Unit testing and .NET Framework book recommendation
... programming in VB.Net and done testing with TypeMock and MbUnit (Testdriven.net) for about 2months now at work. I can see that my ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vb/54060
Regex negative lookahead.
... be explicit about the different cases: using System; using System.Text.RegularExpressions; using MbUnit.Framework; namespace Item { public class ItemScanner { static Regex valid = new Regex(@" ^(?<item>Item\s\d ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/63076
Detecting Runtime Host from code
... in an ASP.NET environment can also work in a desktop or MbUnit situation. I'm sure I can kludge something that works (like detecting existence of ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-framework/15187
Drawing graphs
... asp Some other possible sites of interest: http://www.mertner.com/confluence/display/MbUnit/Home http://www.nwoods.com/go/autolayout.htm http://home.so-net.net.tw/oodtsen ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/52544