gallio
Jenkins/Hudson and Gallio Unit-Testing Integration
I am struggling to get it to run my tests. In the Execute Windows batch command on Jenkins, I have put the following command:[详细]
2023-02-13 09:54 分类:问答WCF Want to Implement Client progress update
I have a duplex WCF service that clients connect to and wait for commands. The structure of the application is as below.[详细]
2023-02-11 10:02 分类:问答How to set test file path for MbUnit tests with Gallio via NAnt?
Please excuse the ambiguous title; it\'s difficult to describe in a single line. Basically we have MbUnit tests which run fine using TestDriven from within Visual Studio, but fails when attempting to[详细]
2023-02-08 15:08 分类:问答.NET unit test runner outputting FaultException.Detail
I am running some unit tests on a WCF service.The service is configured to include exception details in the fault response (with the following in my service configuration file).[详细]
2023-02-03 13:01 分类:问答gallio icarus debug - no source files hown
using gallio icarus v 3.2 build 676 when I click debug it opens visual studio 2010 however, I dont get any source code for my tests[详细]
2023-01-31 09:49 分类:问答Mbunit tests are not loaded
I am using Mbunit, and I have written the tests in Mbunit. However, when I am trying to run the tests, it gives me an error:[详细]
2023-01-29 23:02 分类:问答Gallio: Cannot run tests because the MSTest executable was not found
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 tests[详细]
2023-01-19 15:39 分类:问答Gallio: A simple way to extract required binaries?
I store all of Gallio\'s binaries needed for a project in a SVN repository. I\'ve been using Gallio for several years now and it\'s an excellent library.[详细]
2023-01-18 18:27 分类:问答Gallio test results showing in Output tab of Visual Studio?
Does anyone know how to have the test results of a Gallio test run (I\'m using MbUnit, fwiw), show in the Output tab of Visual Studio? Right 开发者_开发问答now it\'s opening a new window and showing t[详细]
2023-01-17 06:35 分类:问答Is there an MBUnit attribute to run Row tests in the order they were defined
I\'ve tried googling around for this but have found nothing.Basically, I\'d like to run each row in the order I defined it.Fo开发者_StackOverflow社区r example, if I have this:[详细]
2023-01-16 20:49 分类:问答