C# Class Microsoft.Silverlight.Testing.Harness.TestClassHelper

Test class helper.
Mostra file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
FilterExclusiveClasses ( IList classes, LogMessageWriter logWriter ) : void

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

FilterTestsToRun ( IList classes, ICollection classesToRun ) : void

Filter the set of test classes by removing unused classes.

Private Methods

Method Description
FilterByFilterClassParameter ( string>.IDictionary parameters, IList classes ) : void

Method Details

FilterExclusiveClasses() public static method

Look through the classes for the [Exclusive] attribute. If found, remove any classes where the attribute is not present.
public static FilterExclusiveClasses ( IList classes, LogMessageWriter logWriter ) : void
classes IList The input list of classes.
logWriter LogMessageWriter The log writer object.
return void

FilterTestsToRun() public static method

Filter the set of test classes by removing unused classes.
public static FilterTestsToRun ( IList classes, ICollection classesToRun ) : void
classes IList The input list of test class metadata objects.
classesToRun ICollection The classes to run.
return void