C# Class Open.Core.Common.Testing.Initialization

Show file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
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.

Private Methods

Method Description
HasCurrentTag ( Assembly assembly ) : bool

Method Details

AssignTags() public static method

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.
return void