TestCaseSourceAttribute
TestCaseSourceAttribute indicates the source to be used to
provide test cases for a test method.
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
Construct one or more TestMethods from a given MethodInfo,
using available parameter data.