Working with Smart Device Unit Tests
Visual Studio 2008
Unit tests created in smart device test projects are known as smart device unit tests. A smart device unit test verifies the correctness of managed code in Visual C# or Visual Basic smart device projects. This section explains various aspects about working with smart device unit tests.
Note: |
|---|
Smart device unit tests must run under the Smart Device host and cannot run under the Default or ASP.NET host. For more information, see How to: Specify a Test Run Configuration. |
Note: