vs-unit-testing-framework
Creating instance of class accessor
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[详细]
2023-04-12 13:56 分类:问答web frontend for C# unit tests projects
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[详细]
2023-03-17 05:02 分类:问答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 分类:问答TeamCity MSTest Not Reporting All Tests: Failed to read testDuration
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[详细]
2023-03-07 06:50 分类:问答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)\\Jenkins\\jobs\\***\\workspace\\***.sln\" (1) is building \"C:\\Program[详细]
2023-02-27 08:38 分类:问答fake directories for .net unit testing
I\'m trying to create a unit test for a code similar to this: foreach (string domainName in Directory.GetDirectories(server.Path))[详细]
2023-02-27 01:22 分类:问答MSTest cannot find the assembly
I was using MSTest and i use command mstest /testsettings:local.Testsetting /testcontainer:folder\\obj\\Debug\\test.dll[详细]
2023-02-20 12:14 分类:问答VS2010 SP1 unit tests targeting 3.5 framework fail if using private accessor
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[详细]
2023-02-19 14:37 分类:问答Why does the duration of a unit test result not equal the difference between start and end time?
I\'ve written a test for a long running process. when it completes, I get the foll开发者_开发问答owing displayed in the test results:[详细]
2023-02-15 10:20 分类:问答VS Team: A concrete example of the use of the TestContext property using Microsoft Unit Testing Framework?
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.[详细]
2023-02-13 08:50 分类:问答