ParameterSet
ParameterSet encapsulates method arguments and
other selected parameters needed for constructing
a parameterized test case.
The arguments to be used in running the test,
which must match the method signature.
The expected result of the test, which
must match the method return type.
Gets a value indicating whether an expected result was specified.
The original arguments provided by the user,
used for display purposes.
Gets the property dictionary for this test
The RunState for this set of parameters.
A name to be used for this test case in lieu
of the standard generated name containing
the argument list.
public ParameterSet()
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
Applies ParameterSet _values to the test itself.