IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method. More...
Properties | |
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... | |
![]() | |
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... | |
The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method.
|
get |
Gets the expected result of the test case
Referenced by NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters().
|
get |
Returns true if an expected result has been set
Referenced by NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters().