0
votes
1answer
82 views
TeamCity MSBuild Gallio NCover Reporting
Hi All,
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 p …
0
votes
2answers
72 views
Hudson job with Gallio tests reports “No tests”
I am using Hudson as a CI server to build a few different .Net 3.5 projects. The actual build stuff works great.
However, I run MbUnit v2 tests using Gallio.Echo as part of the bu …
1
vote
1answer
29 views
Can a Gallio/MbUnit Test be Ran without Installing Gallio?
Hi all,
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 …
2
votes
1answer
35 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 solut …
7
votes
6answers
638 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?
0
votes
2answers
116 views
how do i get teamcity to pick up my nunit tests run from rake?
when i run this:
sh "#{MBUNIT_PATH}Gallio.Echo.exe /no-echo-results src/#{dll}/bin/Debug/#{dll}.dll"
in my rakefile, gallio runs my mbunit tests, and TC picks up the results :D
…
2
votes
3answers
204 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 …
0
votes
1answer
95 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 …
1
vote
1answer
91 views
Getting Console output to display from Gallio & xunit.net
Previously when executing unit tests with xunit.net / testdriven.net I could see output written to the console (via Console.WriteLine) displayed in the output window.
I'm now usin …
0
votes
1answer
96 views
How to get Gallio and NCover 1.5.8.2 to work on the command line?
Hello, I have seen some examples that use gallio such as this:
Gallio.Echo.exe Widget.Tests.dll /runner:NCover /runner-property:NCoverCoverageFile='C:\Temp\WidgetCoverage.xml' /ru …
0
votes
1answer
216 views
Visual Studio .NET - MbUnit tests using Gallio Integration - issues with multiple asserts
I am using gallio to integrate mbunit's test runner with the mstest test runner in visual studio. it works VERY well - except when I am running a test with multiple assert statemen …
1
vote
1answer
63 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 sh …
1
vote
1answer
132 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 wel …
0
votes
1answer
42 views
mbunit v2 vs v3 xml report files
Our test source tree currently contains c# projects that either contain mbunit v2 tests or v3 tests (the newest projects). Our old v2 test projects were exes that used the "autorun …
3
votes
3answers
1k views
TestDriven.net with Gallio, MbUnit and NCover problems
Hi,
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 n …
