Top "Vs-unit-testing-framework" questions

Microsoft's unit testing framework

msbuild - UnitTestFramework reference could not be resolved

I'm trying to run msbuild in Jenkins. When it reaches the UniTest-Project an error occures: Project "C:\Program Files (x86)\…

msbuild jenkins vs-unit-testing-framework
How to configure and setup google test framework in linux

I'm a newbie to g test and Here is what I am trying to do (On a Linux server from …

c++ linux googletest vs-unit-testing-framework
Visual Studio does not debug when debugging unit tests?

I have bunch of unit test I'm testing and I put the breakpoint on the unitest code and when I …

visual-studio-2010 unit-testing vs-unit-testing-framework
Can't create test in VS2013, no Microsoft.VisualStudio.TestTools.UnitTesting namespace

I'm new to C#, .NET and VS; using VS 2013 Ultimate. I'm trying to create a unit test using what seems …

c# visual-studio unit-testing visual-studio-2013 vs-unit-testing-framework
Visual Studio 2012 / Resharper Unit Tests don't run

I used to be able to run unit tests in VS 2012. Now, all of a sudden, whether I try to "…

c# unit-testing visual-studio-2012 resharper vs-unit-testing-framework
Running MSTest UnitTests using a MSBuild Script

Could you please guide me how to run MSTest unit tests using an MSBuild script.

.net msbuild mstest msbuild-task vs-unit-testing-framework
Code Coverage Results periodically gives: Empty results generated

I've run into a recurring problem with a few different projects using MSTest in VS2012, where every now and then …

visual-studio unit-testing code-coverage mstest vs-unit-testing-framework