ITestRunGetTotalWarnings Method |
Gets a total number of warnings 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 GetTotalWarnings(
int level
)
Function GetTotalWarnings (
level As Integer
) As Integer
int GetTotalWarnings(
int level
)
abstract GetTotalWarnings :
level : int -> int
Parameters
- level
- Type: SystemInt32
Return Value
Type:
Int32See Also