MbUnit is a generative unit test framework for the .NET Framework.
Is there a way to get the path for the assembly in which the current code resides? I do not …
c# .net reflection mbunitThere are quite a lot of unittesting frameworks out there for .NET. I found this little feature comparison: http://xunit.…
unit-testing nunit mstest mbunit xunit.netOK, so I readily concede that I'm a newbie when it comes to continuous integration. That being said, I'm trying …
version-control msbuild continuous-integration cruisecontrol.net mbunitis there a MsTest Equivalent of Assert.Warning in MbUnit ?
c# unit-testing mstest mbunitIn MbUnit one can do something like this: [Test] [TestCategory("Bad Arguments")] [TestCategory("Fast")] [ExpectedException(typeof(ArgumentNullException))] public void TestCopyWithBadHref() { . . . } …
unit-testing mstest mbunitI read that MbUnit is NUnit on steroids, but I don't see why. From what I have read on here, …
unit-testing nunit mbunitIf I install Gallio 3.x will it also install a test runner plugin for Visual Studio? Or must I use …
visual-studio plugins mbunit gallio