TestFixtureSourceAttribute
Identifies the source used to provide test fixture instances for a test class.
public const string MUST_BE_STATIC = "The sourceName specified on a TestCaseSourceAttribute must refer to a static field, property or method."
Error message string is public so the tests can use it
Gets or sets the category associated with every fixture created from
this attribute. May be a single category or a comma-separated list.
The name of a the method, property or fiend to be used as a source
A Type to be used as a source
Construct with the name of the method, property or field that will provide data
Construct with a Type and name
Construct with a Type
Builds any number of test fixtures from the specified type.
Builds any number of test fixtures from the specified type.
Returns a set of ITestFixtureData items for use as arguments
to a parameterized test fixture.