Click or drag to resize
ITestRun Interface
Represents a 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
public interface ITestRun

The ITestRun type exposes the following members.

Properties
  NameDescription
Public propertyDurationTime
Gets execution time of the given test run
Public propertyFileName
Gets file name of the given test run
Top
Methods
  NameDescription
Public methodGetTotalChecks
Gets a total number of checkpoints in the current test run
Public methodGetTotalErrors
Gets a total number of errors in the current test run
Public methodGetTotalFails
Gets a total number of fails in the current test run
Public methodGetTotalWarnings
Gets a total number of warnings in the current test run
Top
See Also