MbUnit is a generative unit test framework for the .NET Framework.
173
votes
8answers
39k views
NUnit vs. MbUnit vs. MSTest vs. xUnit.net [closed]
There are quite a lot of unittesting frameworks out there for .NET. I found this little feature comparison: http://xunit.codeplex.com/wikipage?title=Comparisons
Now I am to choose the best one for ...
21
votes
7answers
11k views
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 to set up a CC.NET environment to educate myself, but I'm having trouble finding the ...
15
votes
7answers
4k views
Best test runner? (Unit Testing, .NET)
I'm using MBUnit Framework for unit testing and looking for a good test runner.
MbUnit's runner is fast however lacking lots of stuff such as
You can't set execution path
It's collapsing all trees ...
11
votes
7answers
2k views
Users of Gallio, what Advantages and Disadvantages have you experienced using this Tool?
For those of you familiar with Gallio, what Advantages and Disadvantages have you experienced using this tool, a so-called Test Automation Platform?
9
votes
4answers
4k views
TestDriven.net with Gallio, MbUnit and NCover problems
Why doesnt TestDriven.Net work with my gallio/mbunit tests?
I've used TDD.Net with MbUnit v2 and not had any problems, but with the new gallio release on my new pc, it does nothing.
From the tdd ...
9
votes
1answer
954 views
Can a Gallio/MbUnit Test be Ran without Installing Gallio?
I've installed TestDriven.Net in Visual Studio 2008 and when I run a mbunit test from TD.Net I get this message:
It looks like you're trying to execute a Gallio/MbUnit unit test.
For Gallio ...
8
votes
3answers
3k views
MbUnit vs Nunit
I read that MbUnit is Nunit on steroids, but I don't see why. From what I have read on here, I here that Nunit is more popular over MbUnit. One of the main reasons is because it has a fluent ...
8
votes
4answers
1k views
TestDriven.NET is not running my SetUp methods for MbUnit
I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp attribute. These methods run before the tests just fine using the MbUnit GUI, the console runner, and the ...
7
votes
5answers
2k views
MSTest and NHibernate
Does anyone have any experience getting MSTest to copy hibernate.cfg.xml properly to the output directory? All my MSTests fail with a cannot find hibernate.cfg.xml error (I have it set to Copy ...
7
votes
3answers
2k views
How to debug mbunit/Gallio unit tests in visual studio
I am trying to figure out how I can hit breakpoints in my unit tests that are written with MbUnit/Gallio. I tried running Gallio.Icarus, attaching vs debugger to it, the breakpoints weren't hit.
Next ...
7
votes
2answers
464 views
MbUnit's row attribute in NUnit?
While reading an Asp.Net MVC code sample that used MbUnit as it's testing framework, I saw that it was possible to run a single test against multiple input possibilities by using a Row attribute, like ...
7
votes
2answers
2k views
7
votes
1answer
2k views
How exactly do MbUnit's [Parallelizable] and DegreeOfParallelism work?
I thought I understood how MbUnit's parallel test execution worked, but the behaviour I'm seeing differs sufficiently much from my expectation that I suspect I'm missing something!
I have a set of UI ...
6
votes
5answers
1k views
is NUnit bad choice for Selenium test?
I have read umpteen answers on SO while searching for NUnit + dependent methods + order of test execution. Every single answer suggests that forcing any set of order for unit tests is extremely evil.
...
6
votes
1answer
993 views
Using Gallio/Mbunit with TFS 2010 Team Build
How do you configure a Team Build 2010 build process template to run MbUnit tests via Gallio?
6
votes
1answer
568 views
What dlls from Gallio do I need to include for TeamCity to run the tests
I'm using Gallio and MbUnit 3, and I have Team City 4 installed. I just put the whole bin directory of Gallio into Subversion since I didn't know what dlls I needed. Do you know which ones I need to ...
6
votes
4answers
2k views
do you know any tutorial for MBUnit?
It looks a bit hard to find documentation about MBUnit. Does anyone know of any tutorials?
6
votes
1answer
259 views
MbUnit Icarus self-destructs on this test
I'm trying to test a multi-threaded IO class using MbUnit. My goal is to have the test fixture constructor execute 3 times, once for each row on the class. Then, for each instance, execute the tests ...
5
votes
7answers
706 views
When unit testing, do you have to use a database to test CRUD operations?
When unit testing, is it a must to use a database when testing CRUD operations?
Can sql lite help with this? Do you have to cre-create the db somehow in memory?
I am using mbunit.
5
votes
2answers
5k views
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 an additional plug-in like TestDriven.NET or Visual Nunit to run MbUnit test classes from within VS?
...
5
votes
2answers
730 views
How to support MBUnit tests in Resharper 7
Since I upgraded to VS2012, my R#5 license was not useful anymore. After downloading the R#7.0.1 and installing I realized that MbUnit no longer had builtin support for R#7.
Since I spent some time ...
5
votes
4answers
3k views
Using MBUnit in TeamCity
I'm compiling a NAnt project on linux with TeamCity Continuous Integration server. I have been able to generate a test report by running NAnt on mono thru a Command Line Runner but don't have the ...
5
votes
3answers
139 views
Are there any plans for Microsoft to support testing frameworks other than MSTest?
It seems like you should be able to configure your preferred unit testing framework as a plugin to Visual Studio/Team system like you can with SourceControl providers. Is anyone aware of an effort ...
5
votes
2answers
409 views
Does Resharper 6.1 work with MBUnit?
Unfortunately Resharper has a long history of breaking MBUnit support with every new release. I noticed version 6.1 has been released, but I can't use it until it works properly with MBUnit.
So, ...
5
votes
4answers
2k views
Debug using MbUnit/Gallio 3.1
When I use the [Debug] button in Gallio, the breakpoints in my unit tests are not hitting. The unit tests are written with MbUnit/Gallio. I am using MbUnit/Gallio version 3.1 build 397 with Visual ...
5
votes
1answer
423 views
Asynchronous tests in VSUTF, NUnit, xUnit.NET, MbUnit vs. SUTF?
Silverlight Unit Test Framework has an [Asynchronous] attribute (AsynchronousAttribute) that causes the tests to only end when EnqueueTestComplete() gets called. This allows for a simple way to write ...
4
votes
4answers
2k views
VS 2010 and MBUnit how to run just one test
I have Gallio/MbUnit installed and am using VS 2010 RC and I want to be able to run a single unit test or just all unit tests inside of a TestFixture and not all the tests in the entire project ...
4
votes
2answers
916 views
Does MBUnit support Resharper 6?
Resharper 6 has just been released. I'd love to update, but MBUnit
support was still broken the last time I tried an EAP.
Is MBUnit working with Resharper 6 now?
Thanks,
Adrian
4
votes
3answers
922 views
Can VS2008 Testrunner run MbUnit tests or not?
Ok, so I keep seeing how VS2008 has this nice unit test display and I can see people running NUnit tests within it on Dimecasts.net and this article seems to imply that MbUnit v3 should have support ...
4
votes
3answers
416 views
Choosing a test platform for .NET - MbUnit or the one by Microsoft?
I have chosen these two as primary candidates. My thinking goes like this:
MbUnit has had a nice start and enjoys a smart, dedicated team of developers.
MSFT has many resources and can compete with ...
4
votes
1answer
459 views
MbUnit: The most elegant way to compare doubles?
The code
Assert.AreEqual (9.97320998018748d, observerPosition.CenterLongitude);
produces
Expected Value & Actual Value : 9.97320998018748
Remark : Both values look the same when formatted but ...
4
votes
2answers
1k views
Rhino Mocks, MbUnit: Best way to check if object has raised an event
I have an object that I'm testing that raises an event. What is the best way of using Rhino Mocks to check that it was raised?
Best I could come up with (I am certain it gets better than this):
...
4
votes
3answers
319 views
Why isn't xUnit.net's FactAttribute AttributeUsage.Inheritable?
Having not written a unit testing framework before, it seems to me that an inheritable Fact attribute would make it easier to write abstract test classes or test interfaces if certain types in an ...
4
votes
1answer
507 views
Invoking mbunit Test Runner Programmatically
I am currently building a test suite using mbunit. So far so good, but instead of using the included Icarus GUI, I want to have my own test runner. Not knowing much about what to do, I go on Gallio's ...
4
votes
1answer
412 views
Questions when moving from MbUnit to MsTest
Our team is looking to switch from using mbunit to mstest, but there appears to be some disconnect between the two.
Does anyone know how to simulate the CombinatorialTest and Factory attributes from ...
3
votes
4answers
1k views
MbUnit: Comparing distinct object instances
I'd like to know whether there is a way to compare two objects in MBUnit so that the test is passed when the objects "look" the same, even if those are distinct instances?
For example:
...
3
votes
1answer
2k views
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()
{
. . . ...
3
votes
2answers
202 views
How to unit test my project against different versions of external dll api?
I am developing an app that relies heavily on an external dll, my app needs to support new versions of the dll as well as being backwards compatible with the old ones.
Are there any good ways to ...
3
votes
6answers
609 views
TestDriven.Net doesn't find tests
I have a test project using MbUnit and TestDriven.Net.
If I right-click on an individual test method and say "Run Tests" the test runs successfully. Same thing if I click on a file name in the ...
3
votes
3answers
405 views
What is a Generative Unit Test Framework?
On stackoverflow I've come across on mbunit. On its page it states that mbunit is a generative unit test framework, but I can't find anywhere what a Generative unit test framework stands for.
I was ...
3
votes
1answer
245 views
Getting test runner to work with Gallio from Nuget
I think I'm missing something here. I installed Tesdriven and then Gallio (third link from top - Gallio 3.5 x64 installer)
Then I installed the mbunit dlls from Nuget because I didn't want to include ...
3
votes
2answers
686 views
Does the ReSharper unit test runner run tests sequentially or in parallel with MbUnit?
Does the ReSharper unit test runner run tests sequentially or in parallel (and then, is each test in a separate thread)? I am using MBUnit test framework.
3
votes
1answer
224 views
Using MBUnit to test values against a database
I need to test a class who's return value depends on values from a database. I could just hit the database in the unit test but those values could change. Is there a standard solution to this?
3
votes
1answer
1k views
MbUnit and Resharper integration not working in Visual Studio 2010
I set up a new machine this week. It is running Windows 7, 64 bit.
I installed Visual Studio 2010 Professional, then Resharper 5.0, rapidly followed by Resharper 5.1 when it came out soon after.
...
3
votes
1answer
561 views
Gallio and MbUnit in NAnt
I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.
I can get Gallio.Echo.exe to execute the tests and ...
3
votes
1answer
771 views
Mbunit and selenium
Can anyone tell me how get mbunit to run more than one test at a time without it setting up and tearing down after every test?
Currently I'm using selenium for UI testing and need to run the tests ...
3
votes
3answers
811 views
Automated testing for Classic ASP
Does anyone do automated QA testing for a Classic ASP site? I started looking at WatIn and MBUnit but not sure of the best way to structer the tests.
3
votes
1answer
129 views
How to use AOP from DI Frameworks With C# TestFrameworks? (NOT for the item under test)
My apologies in advance for a terrible title- suggestions welcome!
I've been reading about DI and AOP, and I think I grasp the basics; at least for the canonical example of adding logging.
I would ...
3
votes
1answer
228 views
How to re-run the same test with same data in MbUnit
Say, I have the following test:
[Test]
public void MyTest( [RandomNumbers( Count=100, Minimum=0, Maximum=1000 )] int number )
{
...
}
And at some point, during my regular ...
3
votes
3answers
380 views
Comparing two objects that are the same in MbUnit
From MBUnit I am trying to check if the values of two objects are the same using
Assert.AreSame(RawDataRow, result);
However I am getting the following fail:
Expected Value & Actual Value : ...