TestFixtureSourceAttribute
public const string MUST_BE_STATIC = "The sourceName specified on a TestCaseSourceAttribute must refer to a static field, property or method."
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.