Summary
The ITestCaseData interface is implemented by a class
that is able to return the data required to create an
instance of a parameterized test fixture.
- Namespace
- TCLite
.Interfaces - Interfaces
graph BT
Type-.->Interface0["ITestData"]
click Interface0 "/tc-lite/api/TCLite.Interfaces/ITestData"
Type["ITestFixtureData"]
class Type type-node
Syntax
public interface ITestFixtureData : ITestData
Properties
Name | Value | Summary |
---|---|---|
TypeArgs | Type[] |
Get the TypeArgs if separately set
|