Click or drag to resize

DataDrivenTestCaseTestInstances Property

Gets the Test Instance generated by the Data Driven Test Case

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
public TestCase[] TestInstances { get; }

Property Value

Type: TestCase
The test instance.
See Also