ITestCaseRepetition Interface
Represents the performance test results of a single repetition of a test case.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
public interface ITestCaseRepetition
Public Interface ITestCaseRepetition
public interface class ITestCaseRepetition
type ITestCaseRepetition = interface end
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.
|