gallio Questions
1
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 ...
3
Solved
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 ...
Sextodecimo asked 14/4, 2010 at 3:20
2
Solved
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 ...
Sabbath asked 10/1, 2014 at 12:18
3
Solved
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 tes...
Aletheaalethia asked 7/10, 2010 at 15:21
3
Solved
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.
Ne...
Kephart asked 5/5, 2009 at 15:25
1
Solved
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 incl...
Neuroma asked 1/10, 2012 at 10:47
5
1
Solved
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 tryi...
Daciadacie asked 11/11, 2011 at 13:35
1
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 test...
Calie asked 11/4, 2011 at 23:29
4
Solved
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 ...
Couple asked 23/12, 2008 at 10:17
1
Solved
How do you configure a Team Build 2010 build process template to run MbUnit tests via Gallio?
7
For those of you familiar with Gallio, what Advantages and Disadvantages have you experienced using this tool, a so-called Test Automation Platform?
Nicolis asked 11/9, 2008 at 20:17
1
Solved
I have MbUnit tests that run if I load them into MbUnit.GUI.exe, however when I try to execute them from the Gallio.echo command-line tool I get 0 test available. I then loaded the assemblies into ...
2
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...
Cristinecristiona asked 28/10, 2009 at 15:42
2
Solved
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 repor...
Kelcey asked 1/9, 2009 at 14:34
1
Solved
The code
Assert.AreEqual (9.97320998018748d, observerPosition.CenterLongitude);
produces
Expected Value & Actual Value : 9.97320998018748
Remark : Both values look the same when formatted b...
1
© 2022 - 2024 — McMap. All rights reserved.