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

Helper code for TestAssembly logic.
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
HasExclusiveClasses ( IList classes ) : bool

Check whether [Exclusive] attribute is present on any classes.

SortTestClasses ( IList classes ) : void

Sorts the test classes alphabetically by name.

메소드 상세

HasExclusiveClasses() 공개 정적인 메소드

Check whether [Exclusive] attribute is present on any classes.
public static HasExclusiveClasses ( IList classes ) : bool
classes IList Collection of class metadata objects.
리턴 bool

SortTestClasses() 공개 정적인 메소드

Sorts the test classes alphabetically by name.
public static SortTestClasses ( IList classes ) : void
classes IList A list of test class metadata objects.
리턴 void