Unit Tests and C++, Generics, Web Services, and Smart Devices
This section contains special considerations for unit tests for C++, generic methods, Web services, and smart devices.
In This Section
Unit Tests and C++
Describes special considerations to think about when you are creating unit tests in Visual C++.Unit Tests and Generics
Provides information about and examples of creating unit tests for generic methods.Unit Tests for ASP.NET Web Services
Describes the differences between unit tests for classes and those for ASP.NET Web services.Working with Smart Device Unit Tests
Provides links to topics that describe how to create unit tests for smart devices.
Reference
Microsoft.VisualStudio.TestTools.UnitTesting
Microsoft.VisualStudio.TestTools.UnitTesting.Web
Related Sections
How to: Create and Run a Unit Test