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
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.
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
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
Is there a way in MBUnit to have the same test called multiple times with different param开发者_JS百科eters in a sequence, as such:
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.
From MBUnit I am trying to check if the values of two objects are the same using Assert.AreSame(RawDataRow, result);
I am trying to compare 2 Dictionary objects for equality in MbUnit 3.1 like so Assert.AreEqual<FieldList>(expectedOutputFieldList, actualOutputFieldList);
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.