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.
파일 보기 프로젝트 열기: garyjohnson/wpnest

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