Questions tagged [gallio]

Gallio is an Automation Platform for .NET

From their website:

The Gallio Automation Platform is an open, extensible, and neutral system for .NET that provides a common object model, runtime services and tools (such as test runners) that may be leveraged by any number of test frameworks.

The Gallio platform seeks to facilitate the creation of a rich ecosystem of interoperable testing tools produced by and for the community at large so as to address a far wider range of testing needs than any previous independent testing framework has done before. Unit tests, integration tests, performance tests, and even semi-automated test harnesses should all be able to leverage common facilities where appropriate. Moreover, they should present consistent interfaces to the world so that they can easily be integrated into the systems and processes of the enterprise.

196 questions
104
votes
1 answer

MbUnit under Linux, used within an F# project?

I tried asking this on the gallio-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 email very often :-) Seeing as SO has tags for both…
user1002059
  • 1,525
  • 1
  • 9
  • 19
12
votes
7 answers

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?
Troy DeMonbreun
  • 3,860
  • 3
  • 25
  • 35
10
votes
5 answers

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. I am writing Selenium tests using NUnit. So I am…
Tarun
  • 3,456
  • 10
  • 48
  • 82
9
votes
3 answers

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 I tried to start Gallio.Echo from project…
laconicdev
  • 6,360
  • 11
  • 63
  • 89
9
votes
4 answers

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 right click menu in solution explorer, if i do "test…
Andrew Bullock
  • 36,616
  • 34
  • 155
  • 231
9
votes
2 answers

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 v3.0.6 build 787 / Gallio v3.1 build 313 or above…
stung
  • 347
  • 5
  • 13
  • 27
8
votes
3 answers

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?
netmajor
  • 6,507
  • 14
  • 68
  • 100
7
votes
1 answer

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 trying, but no success. Each time I run sonar-runner,…
Shatish
  • 95
  • 2
  • 6
7
votes
2 answers

How to programmatically run unit tests with Gallio and MBUnit?

I'm trying to programmatically check my unit tests are passing as part of my deployment process. The application uses MBunit and Gallio for it's unit testing framework. Here's my code: var setup = new…
Liath
  • 9,913
  • 9
  • 51
  • 81
7
votes
2 answers

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 figuring out how to get the plugin running, I will…
6
votes
1 answer

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 multiple times on parallell threads. However,…
Lilith River
  • 16,204
  • 2
  • 44
  • 76
6
votes
1 answer

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 keep, and what I don't need to put into SCM? …
Lance Fisher
  • 25,684
  • 22
  • 96
  • 122
6
votes
1 answer

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?
David Gardiner
  • 16,892
  • 20
  • 80
  • 117
6
votes
2 answers

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 better in Icarus than in td.net, which only features…
Johannes Rudolph
  • 35,298
  • 14
  • 114
  • 172
6
votes
1 answer

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 a dll from my hard drive as it makes it difficult…
LocustHorde
  • 6,361
  • 16
  • 65
  • 94
1
2 3
13 14