mstest
Resharper 5.0 testrunner runs tests that I didn't ask it to run
I have ReSharper 5.0, Visual Studio 2008, and my tests are written using MSTest. I have hundreds of tests in a project. There\'s something wrong with my production code that I\'m trying to run and it[详细]
2023-03-25 13:27 分类:问答Passing parameters in TestCleanup
I want to perfor开发者_开发技巧m TestCleanup in my unit tests but I need to pass a parameter to the clean-up method. But since the default TestCleanup is called automatically I am not able to pass any[详细]
2023-03-25 11:03 分类:问答How do I add an output file to the result window using mstest?
My test has a file as output.I would like to see that 开发者_开发问答file in the output window for my test (i.e. if I right click on a completed test and select: View Test Results Details).Make sure y[详细]
2023-03-25 07:35 分类:问答Visual Studio required to run MSTest test on Team City Build Server?
We are setting up a Team City build se开发者_运维知识库rver. On previous VS 2008 projects a full version of Visual Studio has been installed on the build server.[详细]
2023-03-24 18:01 分类:问答Testing My Controller throw error because of HttpContext in .net MVC
I have a开发者_高级运维 Controller that call HttpContext like: [Authorize(Roles = \"Administrador\")][详细]
2023-03-24 01:40 分类:问答MS Test .orderedtest file details
I\'m using scaffolding to dynamically generate UI tests with MS Test and Selenium.I\'ve generated the selenium tests just fine and want to generate .orderedtest files to order the test.[详细]
2023-03-22 14:20 分类:问答Problem with using MSTest projects in multiple solutions under VS2010 Professional
I\'ve got a solution that includes an assembly for utility functions, and an MSTest project for testing those functions.One of them depends on a DLL, which by magic is copied to the correct test outpu[详细]
2023-03-21 05:36 分类:问答MsTest is not available from Visual Studio
I have Visual Studio 2010 Ultimate but it looks like mstest is not available: there are no mstest templates at \"Add new item\" and I see no reference to Microsoft.VisualStudio.QualityTools at \"Add r[详细]
2023-03-19 13:46 分类:问答Accessor does not have implementation?
I get the following error: Error 1Method \'DoFoo\' in type \'MyNamespace.GenericFooClass_Accessor`1\' from assembly \'MyLibrary,[详细]
2023-03-17 21:53 分类:问答How to use new database instance of each MSTest unit test run
I\'m using MSTest under Visual Studio 2010 to test an ASP.NET MVC 3 project. I have a SQL Express 2005 DB that I\'d like it to use and I want a fresh instance of the DB every time, copied from a templ[详细]
2023-03-17 16:23 分类:问答