We have a开发者_Go百科n MVC/EF project that we just upgraded to the June 2011 CTP. The web project is working great, the problem is, we can no longer reference it from the MSUnit project as it is targ
This question already has answers he开发者_JAVA百科re: Closed 11 years ago. Possible Duplicate: Where is mstest.exe located?
I am using OpenCover to determine code coverage for a simple C# project. The problem Although I can see MSTest running the unit tests (and succeeding) the generated report is empty.
Given the rather extensive existing library of tests in MStest, I would like to add jasime for testign javascript and inbclude those new test in the MSTesting framework so that there is minimal disrup
I currently have an event trigger firing a custom trigger action. The action passes back a EventArgs type of object to the view\'s view-model.
When I try to run my unit tests, either in the Visual Studio 2010 IDE or from the commands line (via mstest /testcontainer:my.dll), I get this error:
How does the Assert.AreEqual(object, object) method (in the namespace Microsoft.VisualStudio.TestTools.UnitTesting) determine whether the paramet开发者_如何学JAVAers are equal? Does it make use of the
I am trying to r开发者_如何学编程un my automated test cases which are developed for WPF UI testing. When I run test case from Visual Studio, it works and when I run it thru Mstest.exe, it does not wor
I\'m getting an odd error when trying to run my MSTest unit tests with ReSharper\'s test runner at the point of calling a WCF service:
I\'ve got a CI build set up to build my solution and run my unit tests.The solution is VS 2010.My test project targets the 4.0 framework. And the 10.0 version of the Unit Test Framework is properly re