C# 클래스 Microsoft.Silverlight.Testing.Harness.UnitTestMessageConditional

Helper conditional methods for unit test-specific log messages.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
HasUnitTestOutcome ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsExceptionLogMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsIgnoreMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsIncorrectExceptionLogMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsKnownBug ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsTestRunFilterMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message has an attached TestRunFilter.

IsUnitTestEndMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Determines whether a log message meets a specific condition or set of conditions.

IsUnitTestStartMessage ( UnitTestLogDecorator decorator ) : bool>.Func

Determines whether a log message meets a specific condition or set of conditions.

비공개 메소드들

메소드 설명
IsUnitTestMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool

Returns a value indicating whether the message is marked as a unit test system message.

메소드 상세

HasUnitTestOutcome() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static HasUnitTestOutcome ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsExceptionLogMessage() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsExceptionLogMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsIgnoreMessage() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsIgnoreMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsIncorrectExceptionLogMessage() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsIncorrectExceptionLogMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsKnownBug() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsKnownBug ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsTestRunFilterMessage() 공개 정적인 메소드

Determines whether a log message has an attached TestRunFilter.
public static IsTestRunFilterMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsUnitTestEndMessage() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsUnitTestEndMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : bool
message Microsoft.Silverlight.Testing.Harness.LogMessage The log message object.
리턴 bool

IsUnitTestStartMessage() 공개 정적인 메소드

Determines whether a log message meets a specific condition or set of conditions.
public static IsUnitTestStartMessage ( UnitTestLogDecorator decorator ) : bool>.Func
decorator UnitTestLogDecorator The unit test decorator of interest.
리턴 bool>.Func