ITestCaseRepetition Interface

Represents the performance test results of a single repetition of a test case.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public interface ITestCaseRepetition

Properties

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