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

Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode 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

Méthode Description
HasCurrentTag ( Assembly assembly ) : bool

Method Details

AssignTags() public static méthode

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.
Résultat void