Gallio is an Automation Platform for .NET
0
votes
0answers
10 views
Format what is output when using AreElementsEqualIgnoringOrder in MBUnit
AreElementsEqualIgnoringOrder and other list comparison functions in MBUnit can present a staggering amount of information when performing a comparison.
For example:
Expected elements to be equal ...
0
votes
0answers
30 views
Teamcity MSBuild Gallio integration [closed]
I am new at this.
I am trying to create a task in Teamcity to run my tests created with MBunit, Gallio.
I searched quite some time but I could not find a solution. Does anyone has a manual how to ...
0
votes
1answer
162 views
Sonar is running Gallio with OpenCover but Sonar is still reporting code coverage: 0%
I am trying to run code coverage with open cover through sonar. I am using the following:
Sonar 3.5
C# Plugins Ecosystem 2.0
OpenCover 4.5.1313
Gallio v3.4.14.0
sonar-runner 2.1
When I run ...
0
votes
1answer
49 views
Sonar running tests from a different solution (.NET)
So here is my scenario, I have .NET project, lets call it FooBar, which is a web application, and in a entirely separate solution I have a .NET project lets call it FooBarSeleniumUITests to test the ...
0
votes
1answer
159 views
Debug Unit Tests using Resharper 7 for MBUnit throws an exception
I have installed the Gallio Resharper Test Runner found at http://code.google.com/p/mb-unit/issues/detail?id=900#c9 Per the instructions at How to support MBUnit tests in Resharper 7.
When I right ...
0
votes
1answer
31 views
Set log level for Gallio execution log
How do I configure log4net or my Gallio test runners (Icarus and Echo) to use a different logging level for the Gallio Execution Log and my own file appender. I want my log file to have a DEBUG log ...
1
vote
1answer
104 views
Colon in AppDomain causing problems with log4net.Util.PatternString
I'm using ReSharper 7.1.1, NUnit 2.6.0 and log4net 1.2.10.
In my log4net configuration I have a RollingFileAppender:
<appender name="file" type="log4net.Appender.RollingFileAppender">
...
0
votes
1answer
63 views
Display Gallio reports on CruiseControl.Net
I am setting up a CruiseControl.Net build server. My project compiles, and runs unit tests.
In my ccnet.config I have this:
<tasks>
<msbuild>
...
0
votes
0answers
57 views
How to get test result in MBUnit
I use MBUnit and Gallio. I want to take screenshot if test resul is fail of browser before it will be closed (I use WebDriver with c#). How I can get test result in test?
0
votes
0answers
113 views
Sonar: Gallio reuseReport option with multiple OpenCover report files
Currently I use OpenCover to analyse some integration tests. These tests require multiple restarts of the application which I have to test. The result of this is, that i have multiple OpenCover ...
0
votes
1answer
62 views
Gallio NAnt Task error: ITestProjectManager service could not be resolved
I have the following NAnt targets, inside a larger build file:
<target name="load-gallio">
<loadtasks assembly="lib/Gallio.NAntTasks.dll" />
</target>
<target name="test" ...
0
votes
1answer
51 views
MbUnit: Run code after all fixtures have been run
I'm using MbUnit + Gallio. I know that MbUnit has attributes which can be applied to methods which should run:
[FixtureSetUp] - before each fixture
[FixtureTearDown] - after each fixture
[SetUp] - ...
0
votes
0answers
81 views
NCover won't start Gallio running Selenium tests with //iis option
I need to get coverage data from Selenium/WebDriver tests being run through Gallio. I need this to run as an automated task in a Jenkins server on a Windows 2008 R2 Server. I am trying to use the ...
0
votes
0answers
69 views
Gallio.Echo run dynamic test lists?
I'm currently building an IronPython script that analyzes test results from multiple runs of a single C# test fixture. I'm using Gallio.Echo to run the tests and combining its results to display a ...
1
vote
1answer
71 views
Cannot write to gallio.echo console using NativeConsole.Instance in 64 bit OS
With Windows 7 32-bit I was able to output text to Gallio.Echo runner using Gallio.Runtime.ConsoleSupport.NativeConsole.Instance.WriteLine(""). But I'm failed with it in Windows 7 64-bit. Is there any ...
2
votes
1answer
123 views
Tests failing in CruiseControl but succeed when I run them
I have CruiseControl.NET (v 1.6.7981.1) set up on a Windows 7 Pro dedicated build machine.
I have a VS2012 project setup to build and then run MBUnit tests using Gallio.Echo.exe.
My problem is that ...
3
votes
1answer
379 views
(sonar with gallio and) opencover, code coverage: 0%
I'm working with sonar having Gallio using OpenCover, it gives me a code coverage of 0% although there are test classes and my machine takes about 15 seconds to try to run the tests (at least it seems ...
0
votes
1answer
144 views
Teamcity not failing build after test report xml import
I have a small powershell task that runs all my unittests using Gallio and teamcity imports the report, but does not fail the build step and does not show the number of tests that failed or passed.
...
1
vote
0answers
273 views
cant run test in vs2012
i am using visual studio 2012. i installed test driven personal beta 2. then i installed gallio bundle 3.2.
however, when i am running a test, it fails. the output says this:
It looks like you're ...
5
votes
2answers
728 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 ...
0
votes
2answers
459 views
Gallio with NCover shows 0% code coverage in Sonar UI
I am using sonar-runner to run tests and code coverage over my C# code with the help of gallio plugin. The tests are running fine, but I am not able to see any code coverage on the sonar web UI.
My ...
0
votes
1answer
591 views
sonar with gallio and opencover, code coverage: 0%
I'm using sonar to check my c# project. I would like to measure code coverage that's why i installed gallio and opencover. When I run soner-runner everything works fine, my unit test is performed, ... ...
5
votes
1answer
1k views
How do I configure VS2012 test runner to pick up and run Gallio unit tests?
I've recently upgraded to VS2012 to iron out problems ahead of my team. We use Gallio 3.3 as a unit tests framework and have numerous tests written which work in VS2010. However, VS2012 does not ...
3
votes
1answer
239 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 ...
0
votes
1answer
272 views
Sonar #Gallio with NUnit 2.6.4
I have our Test Projects referncing to NUnit Framework ""
Getting the following error
Detected a probable test framework assembly version mismatch.
Referenced test frameworks: 'nunit.framework, ...
1
vote
0answers
57 views
How to read a Gallio Report
I'm trying to read or redirect the test console output. I'm doing an AssertAreEqualIgnoringOrder and I need to parse some of the values within the failures. The failures output looks like this:
...
0
votes
0answers
97 views
Using Visual Studio generated SOAP service reference in multithreaded testing (MBUnit)
I have written MbUnit tests which consume a SOAP service via a client generated by "Add service reference" in VS 2010.
The tests are run in parallel by using the DegreeOfParallelism attribute, and ...
0
votes
1answer
91 views
PostSharp vs. MbUnit: TypeLoadException
I have a small solution with an WPF GUI project, some business logic in library projects and test projects using MbUnit/ Gallio. Everything worked fine so far.
After I added PostSharp Diagnostics ...
0
votes
0answers
63 views
passing object in the Row attribute of a unit test
i am trying to pass an object alongside with other parameters in the Row attribute of a unit test.
[Row("Test1", new CustomField(), 3)] // parameters MUST be string, object and int
...
1
vote
2answers
256 views
Gallio 64bit Plattform and 32bit dll Sonar and OpenCover BadImageException
We using Gallio for test execution. All projects under test and all test projects are compiled as 32bit Version. The Buildserver is Win2008 R2 64bit.
Gallio is installed as 32bit version.
Gallio is ...
0
votes
1answer
40 views
Portable Gallio.Echo and the user cache
Is there a way to disable/redirect Gallio's plugin cache via Gallio.Echo (or a configuration file)?
I'm trying to keep my build portable and the cache is getting in the way.
0
votes
1answer
124 views
How to run NCover v1.5.8 & Gallio v3.3 on x64 machine
I'm struggling with NCover v1.5.8 & Gallio v3.3 on x64 machine. It can run all the tests but cannot produce the coverage report. The error message: "Profiled process terminated. Profiler ...
4
votes
1answer
270 views
How do I run MSpec in Visual Studio's test system using Gallio?
I'm trying to run MSpec tests in Visual Studio's test system using Gallio, but it appears to be ignoring the MSpec plugin from the IDE. What I did:
Installed Gallio
Added the MSpec NuGet package to ...
1
vote
1answer
72 views
MbUnit - Terminate Test from within SetUp method
I want to Terminate my test with a specific outcome from within the SetUp Method.
I have tried both SilentTestException and Assert.Terminate and Assert.TerminateSilently but the actual Test method ...
0
votes
1answer
398 views
Test Coverage with Sonar for .NET
I'm using Sonar 3.0.1 with the C-Sharp Plugins Ecosystem plug-in.
When running an analysis with the Simple Java Runner I don't receive any test coverage reports, instead Gallio prints the following ...
0
votes
1answer
2k views
Sonar, Sonar-runner, Gallio and NCover … Gallio doesn't run :(
is there anyone out there who actually managed to get sonar-runner working with Gallio and Ncover? I've tried every combination in the book and during the run it keeps telling me
"INFO ...
2
votes
1answer
223 views
Does mbunit gallio ignore Test Order when using Parallelizable?
We are using mbunit gallio with [TestFixture, Parallelizable] testfixtures and [Test(Order = X), Parallelizable] test attributes, it all works fine apart from test order being effectively ignored no ...
0
votes
1answer
617 views
Issue when I am running sonar for my solution. Coverage report is not created by NCover from gallio using sonar
I have an issue when I am running sonar for my solution.
we have configured the sonar with Gallio and NCover. But the coverage result is not showing in the result.
These are the software versions ...
0
votes
1answer
174 views
Mbunit - Gallio. Get name of the currently executing test
Is there a way to get the name of the currently executing test from ie the Setup method of a test fixture?
1
vote
2answers
270 views
Unable to output log messages in MbUnit + TestDriven
I am unable to to output log messages to console via the Common.Logging framework in MbUnit tests run by TestDriven. I am not sure if it has to do with the way Gallio is registered with TestDriven. ...
1
vote
1answer
295 views
How to write custom message when exception thrown like Gallio/MbUnit?
I am using PostSharp with Gallio/MbUnit.
I would like to be able, from a test case, to catch exceptions and write a custom message for the exceptions I catch to wherever exceptions are written. The ...
0
votes
1answer
84 views
Register a Gallio zip installation with TestDriven.Net
I want to register a copy of the Gallio zip installation with TestDriven.Net. In another thread, a member has mentioned that the Gallio installer needs to run after the TD installer in order to ...
0
votes
1answer
70 views
Internal Error when starting up Gallio testrunner from Nant scripts
When Gallio starts up to start running our regression test with watiN, I get the following error:
[gallio] Gallio NAnt Task - Version 3.2 build 744
[gallio] Start time: 1:07 PM
...
3
votes
0answers
138 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 ...
2
votes
2answers
363 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 ...
3
votes
1answer
905 views
sonar / maven context: Gallio execution failed. Searching why:?
I've got a server 2008 continuous integration box, on which I want to use Gallio so as to execute my MSTests and PartCover for my Sonar dashboard.
I installed Gallio 3.3.1 x64 along with PartCover, ...
1
vote
2answers
261 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 ...
0
votes
1answer
284 views
Is it possible to start debugging Gallio test case in MS VC# 2010 by “Debug \ Start debugging” command?
I have dll with tests for gallio.
I specified in "Project Properties \ Debug \ Start External Command": Gallio.Echo.exe
I also specfied "Command Line Arguments": /runner:IsolatedAppDomain ...
0
votes
1answer
352 views
Gallio: An exception was thrown while exploring tests: System.Reflection.ReflectionTypeLoadException
I'm able to run my unit tests through VS2010 with the CodeRush but when I try to run the tests with Icarus Test Runner I get this error.
An exception was thrown while exploring tests.
Location: ...
5
votes
1answer
2k 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 ...


