mbunit
Azure web role project not creating MbUnit test project?
We\'re creating an Azure cloud service project in VS 2010 with an ASP.Net MVC 2 web role.When we create the MVC project we\'re asked if we want to create a test project.Our choices are MbUnit3 (our pr[详细]
2023-01-05 06:27 分类:问答Skip unit test if csv file not found
I have a number of unit tests which rely on the presence of a csv file. They will throw an exception if this file doesn\'t exist obviously.[详细]
2023-01-05 04:29 分类:问答Unit Testing: hard dependency MessageBox.Show()
What ways can the Sample开发者_运维技巧ConfirmationDialog be unit tested? The SampleConfirmationDialog would be exercised via acceptance tests, however how could we unit test it, seeing as MessageBox[详细]
2022-12-31 17:35 分类:问答Selenium Grid not always using all of its registered RC's, why?
My Selenium Grid setup is as follows (all VMs) VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment[详细]
2022-12-31 06:13 分类:问答MBUnit - Calling the same method multiple times in a sequence?
Is there a way in MBUnit to have the same test called multiple times with different param开发者_JS百科eters in a sequence, as such:[详细]
2022-12-31 01:05 分类:问答How to unit test my project against different versions of external dll api?
I am developing an app that relies heavily on an external dll, my a开发者_开发百科pp needs to support new versions of the dll as well as being backwards compatible with the old ones.[详细]
2022-12-30 10:27 分类:问答Comparing two objects that are the same in MbUnit
From MBUnit I am trying to check if the values of two objects are the same using Assert.AreSame(RawDataRow, result);[详细]
2022-12-29 18:38 分类:问答Compare 2 lists in MbUnit 3.1
I am trying to compare 2 Dictionary objects for equality in MbUnit 3.1 like so Assert.AreEqual<FieldList>(expectedOutputFieldList, actualOutputFieldList);[详细]
2022-12-29 18:13 分类:问答Gallio MbUnit and Team City problem
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[详细]
2022-12-26 01:43 分类:问答Gallio TestDriven.Net testing problem
I have a tdd system, where I use Gallio 3.1 with TestDriven.Net . I\'ve downloaded the patches for them.[详细]
2022-12-25 18:10 分类:问答