mbunit
MbUnit (gallio) and Visual Studio.Net Tests Not Completing or Debugging
I\'m using Gallio\\MbUnit 3.1 with ReSharper and Visual Studio 2008.Everything is working well except this type of test:[详细]
2022-12-24 15:30 分类:问答Using Gallio/Mbunit with TFS 2010 Team Build
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[详细]
2022-12-23 22:45 分类:问答Does the ReSharper unit test runner run tests sequentially or in parallel with MbUnit?
Does the ReSharper unit test runner run tests sequentially or in pa开发者_运维问答rallel (and then, is each test in a separate thread)? I am using MBUnit test framework.VS2008 + R# 4.5 runs tests in p[详细]
2022-12-22 21:53 分类:问答How do I get Gallio.echo to run MbUnit Tests?
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[详细]
2022-12-20 01:31 分类:问答VS 2010 and MBUnit how to run just one test
I have Gallio/MbUnit installed and am using VS 2010 RC and I want to be able to run a single unit test or just all unit tests inside of a TestFixture and not all the tests in the entire project everyt[详细]
2022-12-19 20:35 分类:问答How to get MSTest to work with Gallio/MBUnit?
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[详细]
2022-12-19 11:02 分类:问答Setting up MbUnit for ASP.NET MVC
I am using Visual Web Developer 2008 Express with ASP.NET MVC 1.0. I would like to use MbUnit as a test framework so how would I set this up as a unit test projec开发者_如何学运维t for an ASP.NET MVC[详细]
2022-12-18 06:09 分类:问答Convert modelstate validation strings to array of objects
Still not comfortable with all the enumerables out there. I\'m trying to do this: Assert.IsTrue(actionResult.ViewData.ModelState.IsValid, null, Enumerable.ToArray<object>(actionResult.ViewData[详细]
2022-12-17 04:58 分类:问答Choosing a test platform for .NET - MbUnit or the one by Microsoft?
I have chosen these two as primary开发者_如何转开发 candidates. My thinking goes like this: MbUnit has had a nice start and enjoys a smart, dedicated team of developers.[详细]
2022-12-16 05:57 分类:问答How does one create a global testfixturesetup routine with MBUnit and C#?
I\'m using MBUnit for my test project and have a setup routine that must run before several different test fixtures can run properly.[详细]
2022-12-13 05:29 分类:问答