Top "Mbunit" questions

MbUnit is a generative unit test framework for the .NET Framework.

How do I get the path of the assembly the code is in?

Is there a way to get the path for the assembly in which the current code resides? I do not …

c# .net reflection mbunit
NUnit vs. MbUnit vs. MSTest vs. xUnit.net

There 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.net
MSBuild -- Use the .csproj file or roll your own?

OK, 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 mbunit
Equivalent of assert.warning in mstest?

is there a MsTest Equivalent of Assert.Warning in MbUnit ?

c# unit-testing mstest mbunit
Can MsTest unit tests be grouped in categories

In MbUnit one can do something like this: [Test] [TestCategory("Bad Arguments")] [TestCategory("Fast")] [ExpectedException(typeof(ArgumentNullException))] public void TestCopyWithBadHref() { . . . } …

unit-testing mstest mbunit
MbUnit vs. NUnit

I read that MbUnit is NUnit on steroids, but I don't see why. From what I have read on here, …

unit-testing nunit mbunit
Gallio test runner plugin to Visual Studio 2008 and 2010 for MBUnit tests

If 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