◆ setUp()
| def tests.test_cloudresponse.TestCloudResponse.setUp | ( | self | ) | 
\r\n
| def | setUp (self) | 
| def tests.test_cloudresponse.TestCloudResponse.setUp | ( | self | ) | 
| def tests.test_cloudresponse.TestCloudResponse.test_process | ( | self | ) | 
    Test cloud request engine adds correct information to post request
    and returns the response in the ElementData
 
| def tests.test_cloudresponse.TestCloudResponse.test_sub_properties | ( | self | ) | 
    Verify that the CloudRequestEngine can correctly parse a
    response from the accessible properties endpoint that contains
    meta-data for sub-properties.
 
| def tests.test_cloudresponse.TestCloudResponse.test_validate_error_handling_invalid_resourceKey | ( | self | ) | 
    Test cloud request engine handles errors from the cloud service 
    as expected.
    An exception should be thrown by the cloud request engine
    containing the errors from the cloud service when resource key
    is invalid.
 
| def tests.test_cloudresponse.TestCloudResponse.test_validate_error_handling_nodata | ( | self | ) | 
    Test cloud request engine handles a lack of data from the 
    cloud service as expected.
    An exception should be thrown by the cloud request engine.
 
| def tests.test_cloudresponse.TestCloudResponse.test_validate_error_handling_noerror_nosuccess | ( | self | ) | 
    Test cloud request engine handles no success error from the 
    cloud service as expected.
    An exception should be thrown by the cloud request engine.
 
| tests.test_cloudresponse.TestCloudResponse.http_client |