I asked a question this morning about an integration problem between Gallio and Team City. I changed the msbuild file to use the proper syntax with the latest Gallio build script API. Thank you for th
I have a tdd system, where I use Gallio 3.1 with TestDriven.Net . I\'ve downloaded the patches for them.
Does anyone know if it\'s possible to use MSpec with MBUnit instead of NUnit? Gallio seems t开发者_Python百科o ignore all my tests when using MSpec? MSpec is a BDD framework that does not rely on eith
I\'m using Gallio\\MbUnit 3.1 with ReSharper and Visual Studio 2008.Everything is working well except this type of test:
How do you configure a Team Build 2010 build process template to run MbUnit tests via 开发者_JS百科Gallio?I managed to get this to work by creating a new build process template based on the default. I
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 r
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 the
I am setting up a build system and would like to display which task failed the build in the \"Project Report\" section in the dashboard and in the build failure email.
How to get MSTest to work with Gallio/MBUnit? I am trying to get TeamCity to work with Gallio/MBUnit and also some legacy MSTest unit tests.The MSTest secti开发者_如何学运维on fails with a \"Exceptio
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.