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.
Afficher le fichier Open project: garyjohnson/wpnest

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat void