Package com.hp.lft.sdk.apitesting.uft
Class APITestResult
java.lang.Object
com.hp.lft.sdk.apitesting.uft.APITestResult
The result of an API test run.
-
Constructor Summary
ConstructorsConstructorDescriptionAPITestResult
(boolean status, Map<String, String> outParams) Creates an instance of the APITestResult class with its run status. -
Method Summary
Modifier and TypeMethodDescriptionThe output parameter value returned from the API test run.boolean
Indicates whether this test run passed.
-
Constructor Details
-
APITestResult
Creates an instance of the APITestResult class with its run status.- Parameters:
status
- The status of this test run.outParams
- The output parameter value returned from the API test run.
-
-
Method Details
-
getStatus
public boolean getStatus()Indicates whether this test run passed.- Returns:
- The status of the test.
-
getOutParams
The output parameter value returned from the API test run.- Returns:
- The output parameters of this test.
-