Represents the performance test results of a single repetition of a test case.
Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
The ITestCaseRepetition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ExecutionTime |
Gets the actual execution time of the test case. It can be a somewhat longer time than
TestTime, especially if the test case is an expensive operation.
|
![]() | Iterations |
Gets the performed iterations during this repetition.
|
See Also