ITestCaseResult Interface
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public interface ITestCaseResult
Public Interface ITestCaseResult
public interface class ITestCaseResult
type ITestCaseResult = interface end
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.
|