NUnit.Framework.Internal.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
Deduce type arguments from the provided arguments, if possible.
This is used when a generic fixture is specified with arguments that can be used to determine the type arguments.