TestSuiteTestCaseCount Property |
Gets the count of test cases
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int TestCaseCount { get; }
Public ReadOnly Property TestCaseCount As Integer
Get
public:
property int TestCaseCount {
int get ();
}
member TestCaseCount : int with get
Property Value
Type:
Int32
The test case count.
See Also