C# 클래스 Open.Core.Common.Testing.Initialization

파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
AssignTags ( UnitTestSettings settings, System.Windows.StartupEventArgs applicationArgs ) : void

Looks for tags within the assembly, and applies them if necessary.

If the 'current' tag is present anywhere within the assembly, this is the only tag which is applied.

비공개 메소드들

메소드 설명
HasCurrentTag ( Assembly assembly ) : bool

메소드 상세

AssignTags() 공개 정적인 메소드

Looks for tags within the assembly, and applies them if necessary.
If the 'current' tag is present anywhere within the assembly, this is the only tag which is applied.
public static AssignTags ( UnitTestSettings settings, System.Windows.StartupEventArgs applicationArgs ) : void
settings Microsoft.Silverlight.Testing.UnitTestSettings The test settings.
applicationArgs System.Windows.StartupEventArgs The args passed to the 'Application_Startup' method of the Silverlight application.
리턴 void