mstest
Usage of moles.runner.exe with MSTest.exe as the test runner
When I execute moles.runner.exe, providing MSTest.exe as the runner, I\'m seeing an error. Here is the command line:[详细]
2023-03-02 15:38 分类:问答How Can I Exclude a Visual Studio Project from an Azure Deployment Package?
I\'m not sure if Visual Studio 2010 already does this or not with respect to how it packag开发者_如何学Ces Azure deployments, but I have a Visual Studio solution which contains 5 projects:[详细]
2023-03-01 15:15 分类:问答adding a link to a file in the message of a failed MSTest unit test
I have some MSTest unit tests where, when the test fails, I display a path to a file with more information about the failure.I show the full file path, starting with \"C:\\\", but Visual Studio doesn\[详细]
2023-02-28 22:38 分类:问答mstest - unable to get type error
I\'m getting the following error when using \"run all tests in solution\" or \"run checked tests\", but if I use \"debug checked tests\" they run fine.[详细]
2023-02-28 08:48 分类:问答Changing the Location of Solution Items in VS2010
I am using VS2010 Ultimate on Windows server 2008, running 1000 odd MSTest unit tests. The .testsettings file that the solution uses to configure data collection (code coverage, impact analysis, etc)[详细]
2023-02-28 08:14 分类:问答Strategy to run tests on a database
I have started working on an existing project with over 1800 functional开发者_如何转开发/integration tests. These have been coded with MSTest.[详细]
2023-02-27 03:13 分类:问答MS Test: Getting executing testlocation?
How do I find the equivalent of a path to the executing assembly when running tests under MS Test in VS 2010? I need to know where the test is running from, so that I can set a relative path to a data[详细]
2023-02-26 07:28 分类:问答Msbuild: transforming one itemgroup into another itemgroup with a different structure
I may be asking the wrong question here, and I\'m open to that, so I\'ll give a bit of background of what I\'m trying to do. I invoke mstest via an msbuild project, after dynamically findi开发者_如何学[详细]
2023-02-22 11:31 分类:问答Is there a way to use MSTest to run all tests for a set of parameters?
I just have one parameter that can take two values. I would like t开发者_StackOverflowo see two sets of my tests in the test runner, one for the first value, one for the second. How can I do this?Can[详细]
2023-02-20 22:37 分类:问答GoogleMock issue with Visual Studio 2010 and MSTest (C++/CLI)
Our product previously built in Visual Studio 2008 and used GoogleMock 1.5.0. Now, after porting our product to Visual Studio 2010, any unit test DLL that uses GoogleMock will not load in visual Stu[详细]
2023-02-20 19:02 分类:问答
加载中,请稍侯......