C# Class Microsoft.Silverlight.Testing.Client.ClassicTestPage

A user control that should be used as the root visual for a Silverlight plugin if developers would like to use the advanced TestSurface functionality within Microsoft.Silverlight.Testing. The TestSurface is automatically cleared after each test scenario completes, eliminating the need for many additional cleanup methods.
Inheritance: System.Windows.Controls.UserControl, ITestPage
Show file Open project: garyjohnson/wpnest

Public Methods

Method Description
ClassicTestPage ( ) : System

Initializes the TestPage object.

Method Details

ClassicTestPage() public method

Initializes the TestPage object.
public ClassicTestPage ( ) : System
return System