Class APITestResult
The result of an API test run.
Inherited Members
Namespace: HP.LFT.SDK.APITesting.UFT
Assembly: HP.LFT.SDK.dll
Syntax
public class APITestResult
Constructors
APITestResult(bool, IDictionary<string, string>)
Creates an instance of the APITestResult class with its run status.
Declaration
public APITestResult(bool status, IDictionary<string, string> outParams)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | status | The status of this test run. |
| IDictionary<string, string> | outParams | The output parameter value returned from the API test run. |
Properties
OutParams
The output parameter values returned from the test run.
Declaration
public IDictionary<string, string> OutParams { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Status
Indicates whether this test run passed.
Declaration
public bool Status { get; }
Property Value
| Type | Description |
|---|---|
| bool |