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

Helper code for TestMethod logic.
Mostra file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
FilterExclusiveMethods ( IList methods, LogMessageWriter logWriter ) : void

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

HasExclusiveMethods ( ICollection methods ) : bool

Check whether [Exclusive] is present on >= 1 of the methods.

Method Details

FilterExclusiveMethods() public static method

Look through the methods for the [Exclusive] attribute. If found, remove any methods where the attribute is not present.
public static FilterExclusiveMethods ( IList methods, LogMessageWriter logWriter ) : void
methods IList The methods to filter.
logWriter LogMessageWriter The log writer object.
return void

HasExclusiveMethods() public static method

Check whether [Exclusive] is present on >= 1 of the methods.
public static HasExclusiveMethods ( ICollection methods ) : bool
methods ICollection The methods to search through.
return bool