By dotCore
via blogs.msdn.com
Submitted: Feb 07 2013 / 01:54
Microsoft Visual Studio 2012 includes support for unit testing managed Windows Store apps and includes unit test library templates for Visual C#, Visual Basic and Visual C++. For more information about these, see Creating and Running Unit Tests for Windows Store Apps. The namespace Microsoft.VisualStudio.TestPlatform.UnitTestFramework contains a rich set of asserts that can be used inside the TestMethod.
Add your comment