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

Helper code for TestMethod logic.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
FilterExclusiveMethods ( IList methods, LogMessageWriter logWriter ) : void

Look through the methods for the [Exclusive] attribute. If found, remove any methods where the attribute is not present.

HasExclusiveMethods ( ICollection methods ) : bool

Check whether [Exclusive] is present on >= 1 of the methods.

메소드 상세

FilterExclusiveMethods() 공개 정적인 메소드

Look through the methods for the [Exclusive] attribute. If found, remove any methods where the attribute is not present.
public static FilterExclusiveMethods ( IList methods, LogMessageWriter logWriter ) : void
methods IList The methods to filter.
logWriter LogMessageWriter The log writer object.
리턴 void

HasExclusiveMethods() 공개 정적인 메소드

Check whether [Exclusive] is present on >= 1 of the methods.
public static HasExclusiveMethods ( ICollection methods ) : bool
methods ICollection The methods to search through.
리턴 bool