IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.ITestCaseData Interface Reference

The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.ITestCaseData:
+ Collaboration diagram for NUnit.Framework.Interfaces.ITestCaseData:

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...
 
- Properties inherited from NUnit.Framework.Interfaces.ITestData
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...
 

Detailed Description

The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method.

Property Documentation

object NUnit.Framework.Interfaces.ITestCaseData.ExpectedResult
get

Gets the expected result of the test case

Referenced by NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters().

bool NUnit.Framework.Interfaces.ITestCaseData.HasExpectedResult
get

Returns true if an expected result has been set

Referenced by NUnit.Framework.Internal.TestCaseParameters.TestCaseParameters().


The documentation for this interface was generated from the following file: