When I execute moles.runner.exe, providing MSTest.exe as the runner, I\'m seeing an error. Here is the command line:
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:
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\
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.
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)
I have started working on an existing project with over 1800 functional开发者_如何转开发/integration tests. These have been coded with MSTest.
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
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开发者_如何学
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
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