TestCaseSourceAttribute
FactoryAttribute indicates the source to be used to
provide test cases for a test method.
Gets or sets the category associated with this test.
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 data source, which must
be a property, field or method of the test class itself.
Construct with a Type, which must implement IEnumerable
Construct with a Type and name.
that don't support params arrays.