ITestCaseResult Interface

Represents a performance test case result in an IPerformanceTestResultCollection.

Definition

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

Properties

Error Gets the Exception of the test case if it failed; otherwise, gets .
Name Gets the name of the test case.
Repetitions Gets the results of repetitions of this test case. Items count is determined by the Repeat property of the original test, unless Error returns a non- value. Order of the items is the original execution order.
Result Gets the result of the test case, or , if not applicable.

See Also