Method | Description | |
---|---|---|
ApplyToTest ( Test test ) : void |
Applies ParameterSet values to the test itself.
|
|
ParameterSet ( ) : System |
Construct an empty parameter set, which defaults to being Runnable.
|
|
ParameterSet ( |
Construct a non-runnable ParameterSet, specifying the provider exception that made it invalid.
|
|
ParameterSet ( ITestCaseData data ) : System |
Construct a ParameterSet from an object implementing ITestCaseData
|
public ParameterSet ( |
||
exception | ||
return | System |
public ParameterSet ( ITestCaseData data ) : System | ||
data | ITestCaseData | |
return | System |