C# Класс 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.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
HandleException ( Exception ex ) : void

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

Описание методов

HandleException() публичный Метод

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.
Результат void