The TestCaseParameters class encapsulates method arguments and other selected parameters needed for constructing a parameterized test case.
More...
|
object | ExpectedResult [get, set] |
| The expected result of the test, which must match the method return type. More...
|
|
bool | HasExpectedResult [get, set] |
| Gets a value indicating whether an expected result was specified. More...
|
|
RunState | RunState [get, set] |
| The RunState for this set of parameters. More...
|
|
object[] | Arguments [get, set] |
| The arguments to be used in running the test, which must match the method signature. More...
|
|
string | TestName [get, set] |
| A name to be used for this test case in lieu of the standard generated name containing the argument list. More...
|
|
IPropertyBag | Properties [get, private set] |
| Gets the property dictionary for this test More...
|
|
object[] | OriginalArguments [get, private set] |
| The original arguments provided by the user, used for display purposes. More...
|
|
string | TestName [get] |
| Gets the name to be used for the test More...
|
|
RunState | RunState [get] |
| Gets the RunState for this test case. More...
|
|
object[] | Arguments [get] |
| Gets the argument list to be provided to the test More...
|
|
IPropertyBag | Properties [get] |
| Gets the property dictionary for the test case More...
|
|
object | ExpectedResult [get] |
| Gets the expected result of the test case More...
|
|
bool | HasExpectedResult [get] |
| Returns true if an expected result has been set More...
|
|
The TestCaseParameters class encapsulates method arguments and other selected parameters needed for constructing a parameterized test case.
NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters |
( |
| ) |
|
|
inline |
Default Constructor creates an empty parameter set
NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters |
( |
Exception |
exception | ) |
|
|
inline |
Construct a non-runnable ParameterSet, specifying the provider exception that made it invalid.
NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters |
( |
object[] |
args | ) |
|
|
inline |
Construct a parameter set with a list of arguments
- Parameters
-
NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters |
( |
ITestCaseData |
data | ) |
|
|
inline |
object NUnit.Framework.Internal.TestCaseParameters._expectedResult |
|
private |
The expected result to be returned
object NUnit.Framework.Internal.TestCaseParameters.ExpectedResult |
|
getset |
bool NUnit.Framework.Internal.TestCaseParameters.HasExpectedResult |
|
getset |
Gets a value indicating whether an expected result was specified.
The documentation for this class was generated from the following file: