Tagged Questions
Gallio is an Automation Platform for .NET
10
votes
7answers
1k 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
3k 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 ...
7
votes
2answers
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 ...
6
votes
1answer
154 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 ...
6
votes
2answers
577 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 ...
5
votes
2answers
414 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
5
votes
1answer
722 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?
5
votes
1answer
961 views
TeamCity MSBuild Gallio NCover Reporting
I'm a complete build system newbie through and through. I've been playing with this for about two weeks on and off now and I just can't crack it, I think I've reached a point where I need a fresh ...
5
votes
3answers
1k views
Gallio Icarus vs. Testdriven.net
What are the differences between using a VS integrated tool like Testdriven.net or using a GUI test runner like Icarus or NUnit GUI?
What do you prefer and why?
So far i've found that reports are ...
5
votes
1answer
465 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 ...
4
votes
4answers
385 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.
...
4
votes
1answer
687 views
How to isolate a bad COM component (HP Quality Center 10.0) from a .Net application when performing integration tests
I'm currently working on some .Net based software (.Net Framework 3.5 SP1) that integrates with HP Quality Center 10.0 through it's COM Client API (often referred to as TDApiOle80 or ...
4
votes
3answers
577 views
Run NUnit 2.5.5 tests in Gallio 3.1
I'm trying to get Gallio running some existing NUnit tests but they're not showing in Gallio. The assembly loads into Gallio fine and I can run them fine via Resharper within the VS IDE.
I created a ...
4
votes
2answers
3k 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?
...
4
votes
3answers
991 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 ...
4
votes
5answers
3k views
Using Resharper Unit Test Runner for MSTest via Gallio
I am attempting to get the Resharper test runner to recognize my MSTest unit tests via Gallio.
I have the following installed:
VSTS 2005 8.0.50727.762
Resharper 4.1
Gallio 3.0.0.285
I am also ...
3
votes
1answer
184 views
Sonar & Gallio: Gallio won't execute as there are no test projects
I have installed Sonar and configured it to analyze our (.NET) projects (using Sonar-Runner). Everything works great, except the tests (MsTest). I've googled around, spent quite some time just ...
3
votes
2answers
509 views
Gallio: Cannot run tests because the MSTest executable was not found
I installed the newest Gallio release 3.2.603 on a box without Visual Studio that will be our CI server. The NAnt script successfully built the .Net 4.0 projects but when it tries to run MSTest tests ...
3
votes
1answer
155 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
1answer
139 views
Using MbUnit with Delphi Prism
I have created below simple testcase in Delphi Prism. When I run the testcase using Gallio Icarus, it returns a This test is not supported by any available test framework.
I can think of only two ...
3
votes
1answer
417 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
166 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
346 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 ...
3
votes
4answers
2k views
Using ReSharper Test Runner to run MSTest Unit Tests
I need to use the ReSharper Unit Test Runner to run my MSTest Unit Tests on VS 2008. I have heard of using "Gallio" to do this but I don't know what Gallio is (it seemed like some all purpose VS ...
3
votes
4answers
689 views
Is there a test runner for .NET tests that can run multi-threaded to take advantage of multi-core machines?
I'm setting up CI at present using Thoughtworks Studios' Cruise, Gallio to run xunit.net fact/tests, and ncover 2 to do code-coverage.
I noticed that running the code-coverage pegs one of the four ...
2
votes
2answers
71 views
Team City - Add Gallio test result xml to build display
Im using TeamCity with Gallio/XUnit/Specflow and trying to display our unit/acceptance test results. I believe the output is NUnit xml test result format.
Our unit tests auotmatically display using ...
2
votes
1answer
60 views
Anyone know what does mb stand for in the mbunit?
Just a little bit curious, what does "MB" mean in "MBUnit"?
2
votes
1answer
193 views
Hover over an element using WatiN
I work on a suite of automated tests that have been developed using WatiN and MBUnit. I've heard that it's possible to get WatiN to 'hover' over an element, but I can't seem to get it working using ...
2
votes
3answers
329 views
.NET unit test runner outputting FaultException.Detail
I am running some unit tests on a WCF service. The service is configured to include exception details in the fault response (with the following in my service configuration file).
<serviceDebug ...
2
votes
1answer
191 views
Is there an MBUnit attribute to run Row tests in the order they were defined
I've tried googling around for this but have found nothing. Basically, I'd like to run each row in the order I defined it. For example, if I have this:
[Row("a")]
[Row("b")]
[Row("c")]
[Test]
...
2
votes
4answers
376 views
Skip unit test if csv file not found
I have a number of unit tests which rely on the presence of a csv file. They will throw an exception if this file doesn't exist obviously.
Are there any Gallio/MbUnit methods which can conditionally ...
2
votes
2answers
244 views
Why does Gallio seem to need to be in a folder named GallioBundle-3.1.397.0/bin to run
I want to run MbUnit tests with Icarus and/or Echo without having to install Gallio. I have copied all of the files in the GallioBundle/bin into a folder named Third Party/MbUnit in our project ...
2
votes
3answers
187 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 : ...
2
votes
1answer
429 views
Is it possible to run NUnit 2.5.3 tests in Gallio?
When I try to run NUnit tests in Gallio I get this:
Detected a probable test framework assembly version mismatch.
Referenced test frameworks: 'nunit.framework, Version=2.5.3.9345, ...
2
votes
1answer
611 views
Getting Partcover and Gallio to work on the command line error, report is Empty?
I have gotten PartCover 2.3 and Gallio 3.1 to work through the Partcover coverage browser. When I try rerunning the command on the command line I am getting a CorProfiler is turned off, and then the ...
2
votes
1answer
492 views
Gallio Integration with NANT and CruiseControl.NET
In our build process we're currently using MBUnit 2.x tests, called from an NAnt task, called from CruiseControl.NET. I've uprgaded to Gallio and MBUnit 3.x locally and am able to run tests from ...
2
votes
1answer
444 views
How do I ignore a test conditionally in mbUnit?
I'm using TeamCity to do automated builds of test and production. TeamCity runs our mbUnit 3.1 tests at the end of the process with Gallio.
When running the test build, Gallio should try to execute ...
2
votes
1answer
621 views
Why do we see a ModuleLoadExceptionHandlerException when unit testing
We have a mixed mode assembly that contains both VC++ (using MFC) and C++/CLI classes. It is an MFC Extension dll and is loaded into our MFC executable at runtime and all works well.
When we come to ...
2
votes
1answer
707 views
FixtureSetup on MbUnit / Gallio doesn't run
I don't understand this problem. First I had MBUnit v2 referenced and everything worked perfectly. Then I installed and referenced MBunit v3... Which seems to be MbUnit.dll and Gallio.dll in the ...
2
votes
1answer
311 views
Write result to test report in MbUnit with Gallio
Does anybody know if it´s possible to write results to some tracelistener or something that the test-report snaps up and embeds into the test report?
for example,
var loans = ...
2
votes
3answers
1k views
Using MbUnit3's [Rollback] for unit testing NHibernate interactions with SQLite
Background:
My team is dedicated to ensuring that straight from checkout, our code compiles and unit tests run successfully. To facilitate this and test some of our NHibernate mappings, we've added ...
2
votes
4answers
913 views
How does MbUnit work with VS 2008
I set up MbUnit and have been trying to get it to work with VS 2008 using the MbUnit GUI but every time I run a test it closes and I get a this program needs to close error.
I had a similar problem ...
1
vote
0answers
65 views
MbUnit under Linux, used within an F# project?
I tried asking this on the galio-users list, but the question failed to appear (google groups says the post was successful). I suppose the list might be moderated by someone who does not read his ...
1
vote
2answers
66 views
Gallio integration with Nant and Hudson
Here is the situation, I am attempting to fire a set of Gallio tests after the build/deploy process to a server. The build script is Nant and we activate it via Hudson to the remote servers.
After a ...
1
vote
1answer
143 views
xUnit + Gallio + code coverage in Visual Studio 2010
I'm trying to find a way to migrate from mstest to xunit and still benefit from the IDE integration which made me choose mstest in the first place. Gallio seems to accomplish this noble goal, plus ...
1
vote
1answer
53 views
Gallio DynamicTestFactory and assertion
I am trying to use DynamicTestFactory in MbUnit to generate test suites and test cases on the fly. I also have my own TestLauncher to launch my test from console.
Everything seems good but I am ...
1
vote
1answer
61 views
Unit test for private Func delegate method using MBUnit's Mirror
I would like to test the following class Private Func<> delegate method using MB Units Mirror.ForObject(). However it is not reflecting the method. Could any please provide a way to do this?
...
1
vote
1answer
138 views
Running nunit tests with Gallio
I'm trying to write some nunit tests for a project.
I add a new Class Library to the solution. Is this the correct project type?
I added a reference:
using NunitFramework;
and added my tests.
I ...
1
vote
1answer
163 views
Gallio, MBunit and WaTiN on .NET 4
I'm currently in the middle of upgrading out ASP.NET Application to .NET 4 Framework. The code compiles and our unit tests seem to run under the new .NET Framework without much problems. Our WaTiN ...
1
vote
1answer
32 views
Alternate source for gallio and mbunit docs?
gallio.org and mbunit.com sites are non responding for at least the last 12 hours. Do you know anywhere else to get documentation for these projects?