I am currently writing a unit test framework which shall in the end run standard unit tests written in Visual Studio. The Framework is currently not working correctly with accessors. Consider the foll
The project I\'m working on has a bunch of service-tier unit tests usi开发者_开发技巧ng Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute. I want to look into some web frontend automate
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:
I am pretty new to Team City and Jet Brains products in general. I\'m using MSTest for running some tests (VS Unit Tests).I was able to configure Team City to run the tests using a metadata file and
I\'m trying to run msbuild in Jenkins. When it reaches the UniTest-Project an error occures: Project \"C:\\Program Files (x86)\\Jenkins\\jobs\\***\\workspace\\***.sln\" (1) is building \"C:\\Program
I\'m trying to create a unit test for a code similar to this: foreach (string domainName in Directory.GetDirectories(server.Path))
I was using MSTest and i use command mstest /testsettings:local.Testsetting /testcontainer:folder\\obj\\Debug\\test.dll
I converted a solution from VS2008 to VS2010 SP1, and changed the unit test project to target the 3.5 framework. Other than having to fix a few references in the unit test project, everything worked o
I\'ve written a test for a long running process. when it completes, I get the foll开发者_开发问答owing displayed in the test results:
While writing my tests this week for a new project, I encountered the TestContext property using the Microsoft Unit Testing Framework available with Visual Studio Team System.