AutomatedTestReportTestSuites Property |
Gets the total number of test suites.
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int TestSuites { get; }
Public ReadOnly Property TestSuites As Integer
Get
public:
property int TestSuites {
int get ();
}
member TestSuites : int with get
Property Value
Type:
Int32
The test suites.
See Also