Package com.mypurecloud.sdk.v2.model
Class TestExecutionResult
java.lang.Object
com.mypurecloud.sdk.v2.model.TestExecutionResult
- All Implemented Interfaces:
Serializable
TestExecutionResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe final error encountered during the test that resulted in test failurefinalResult(Object finalResult) The final result of the test.getError()inthashCode()operations(List<TestExecutionOperationResult> operations) Execution operations performed as part of the testvoidvoidsetFinalResult(Object finalResult) voidsetOperations(List<TestExecutionOperationResult> operations) voidsetSuccess(Boolean success) Indicates whether or not the test was a successtoString()
-
Constructor Details
-
TestExecutionResult
public TestExecutionResult() -
TestExecutionResult
-
-
Method Details
-
operations
Execution operations performed as part of the test -
getOperations
-
setOperations
-
error
The final error encountered during the test that resulted in test failure -
getError
-
setError
-
finalResult
The final result of the test. This is the response that would be returned during normal action execution -
getFinalResult
-
setFinalResult
-
success
Indicates whether or not the test was a success -
getSuccess
-
setSuccess
-
equals
-
hashCode
public int hashCode() -
toString
-