Summary
The ITestCaseData interface is implemented by a class
that is able to return complete testcases for use by
a parameterized test method.
- Namespace
- TCLite
.Interfaces - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ITestData"]
click Interface0 "/tc-lite/api/TCLite.Interfaces/ITestData"
Type["ITestCaseData"]
class Type type-node
Implementing0["TestCaseAttribute"]-.->Type
click Implementing0 "/tc-lite/api/TCLite/TestCaseAttribute"
Syntax
public interface ITestCaseData : ITestData
Properties
Name | Value | Summary |
---|---|---|
ExpectedResult | object |
Gets the expected result of the test case
|
HasExpectedResult | bool |
Returns true if an expected result has been set
|