ITestRunGetTotalChecks Method |
Gets a total number of checkpoints in the current test run
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetTotalChecks(
int level
)
Function GetTotalChecks (
level As Integer
) As Integer
int GetTotalChecks(
int level
)
abstract GetTotalChecks :
level : int -> int
Parameters
- level
- Type: SystemInt32
Return Value
Type:
Int32See Also