AutomatedTestReportTotalTests Property |
Gets the total number of test cases and test instances from the current test
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int TotalTests { get; }
Public ReadOnly Property TotalTests As Integer
Get
public:
property int TotalTests {
int get ();
}
member TotalTests : int with get
Property Value
Type:
Int32
The total tests.
See Also