mstest
Entity Framework June 2011 CTP And Unit Test Project
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[详细]
2023-03-17 14:12 分类:问答Can't find MSTest.exe [duplicate]
This question already has answers he开发者_JAVA百科re: Closed 11 years ago. Possible Duplicate: Where is mstest.exe located?[详细]
2023-03-17 06:14 分类:问答OpenCover generates an empty report
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.[详细]
2023-03-17 03:59 分类:问答Does anyone have an mstest runner for Jasmine?
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[详细]
2023-03-16 13:06 分类:问答DelegateCommand<object> test with EventArg parameter mstest
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.[详细]
2023-03-16 01:56 分类:问答MSTest does not execute unit tests
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:[详细]
2023-03-16 01:41 分类:问答Assert.AreEqual(object, object) method
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[详细]
2023-03-15 04:39 分类:问答Run Automated test cases with Mstest.exe
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[详细]
2023-03-15 00:10 分类:问答Issues running MSTest tests w/ ReSharper and WCF
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:[详细]
2023-03-14 22:41 分类:问答TFS 2010 is trying to run MsTest 2010 project under MSTest 2008
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[详细]
2023-03-14 19:13 分类:问答