Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mstest

Failed to initialize client proxy: could not connect to vstest.discoveryengine.x86.exe

visual-studio mstest

How to get MSTest to find my test data files?

mstest teamcity

Using MS Test ClassInitialize() and TestInitialize() in VS2010 as opposed to NUnit

nunit mstest

How to Unit Test JsonResult and Collections in MSTest

How can I use PrivateObject to access private members of both my class and its parent?

c# unit-testing mstest

In Visual Studio Test, how to make a playlist which automatically excludes certain tests?

How slow is too slow for unit tests?

Is there an MSTest equivalent to NUnit's Explicit Attribute?

unit-testing nunit mstest

MSTest and app.config issue

c# msbuild app-config mstest

Using decimal values in DataRowAttribute

How do I verify that the expected array is the actual array in MSTest?

c# mstest

How do I enforce exception message with ExpectedException attribute

Understanding the MSTest TestContext

c# mstest testcontext

CollectionAssert use with generics?

How does Assert.AreEqual determine equality between two generic IEnumerables?

Is there any .runsettings documentation?

Difference between Microsoft.VisualStudio.TestPlatform.TestFramework and Microsoft.VisualStudio.QualityTools.UnitTestFramework

How can I get Resharper to run tests in debug, when I get debug is "Inconclusive: Test not run"

Forcing MSTest to use a single thread

Is there anything I can do in NUnit that I can't do in MSTest?

nunit mstest