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; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property TestInstances As TestCase()
Get
public:
[IgnoreDataMemberAttribute]
property array<TestCase^>^ TestInstances {
array<TestCase^>^ get ();
}
[<IgnoreDataMemberAttribute>]
member TestInstances : TestCase[] with get
Property Value
Type:
TestCase
The test instance.
See Also