TestFixtureParameters
The TestCaseParameters class encapsulates method arguments and
other selected parameters needed for constructing
a parameterized test case.
Type arguments used to create a generic fixture instance
public TestFixtureParameters()
Default Constructor creates an empty parameter set
Construct a non-runnable ParameterSet, specifying
the provider exception that made it invalid.
Construct a parameter set with a list of arguments
Construct a ParameterSet from an object implementing ITestCaseData