I am currently running my tests using teamcity. Gaving the following error SetUp method failed. System.UnauthorizedAccessException : Retrieving the COM class factory for component with CLSID {0002DF0
I am getting the following error in: The CurrentThread needs to have it\'s ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer.
After a few days, I discovered NUnit Helper Classes. I\'ve looked at the NUnit site, wiki, and did a google site-search, but I can\'t find solid documentation on it. It\'s mentioned here and there, b
I am trying to get to grips with NUnit - i have installed it and run it successf开发者_开发问答ully within one project. I want to keep productioncode seperate from testcode, so i write tests in a diff
Here\'s part of a controller action: [HttpPost] public ActionResult NewComplaint(Complaint complaint) { if(!ModelState.IsValid)
I\'ve run into an issue with NUnit and CallContext (using C#) where NUnit is copying the anything in the existing call context that extends ILogicalThreadAffinative when a new thread is created. For e
When class used Assembly.GetEntryAssembly() run in unit test, 开发者_StackOverflowthe Assembly.GetEntryAssembly() is null.
I\'m using ASP.NET MVC 2, NUnit, Moq and MVC Contrib.I have written my first unit test ever, and I have a couple of questions regarding this test.My scenario is that I have an Index view.On this view
I am running some test cases using teamcity. It is saving the data on a textfile successfully but when I try to read that data from same location it is giving the following error
I want to do somethi开发者_C百科ng like this [Test] public void Test([Values(new DateTime(2010, 12, 01),