C# Class Microsoft.Silverlight.Testing.CustomFrameworkUnitTest

Base class for test cases that use special functionality of the Microsoft.Silverlight.Testing unit test framework. Tests that derive from CustomTest in most cases will not be source- or functionality- compatible with the more advanced desktop Visual Studio Test Team environment and harnesses.
Show file Open project: garyjohnson/wpnest

Private Properties

Property Type Description

Public Methods

Method Description
HandleException ( Exception ex ) : void

Process an exception using the test engine logic for ExpectedExceptions and logging the exception if needed.

Method Details

HandleException() public method

Process an exception using the test engine logic for ExpectedExceptions and logging the exception if needed.
public HandleException ( Exception ex ) : void
ex System.Exception Exception object.
return void