◆ setUp()
def tests.test_cloudengine.CloudEngineTests.setUp | ( | self | ) |
\r\n
def | setUp (self) |
def tests.test_cloudengine.CloudEngineTests.setUp | ( | self | ) |
def tests.test_cloudengine.CloudEngineTests.test_cloud_engine | ( | self | ) |
Verify that cloud engine returns isMobile property in response.
This is an integration test that uses the live cloud service so any problems with that service could affect the result of this test.
def tests.test_cloudengine.CloudEngineTests.test_cloud_get_request_with_sequence_evidence | ( | self | ) |
Verify that making GET request with SequenceElement evidence in query params will not return an error from cloud This is an integration test that uses the live cloud service so any problems with that service could affect the result of this test.
def tests.test_cloudengine.CloudEngineTests.test_cloud_post_request_with_sequence_evidence | ( | self | ) |
Verify that making POST request with SequenceElement evidence will not return any errors from cloud.
This is an integration test that uses the live cloud service so any problems with that service could affect the result of this test.
def tests.test_cloudengine.CloudEngineTests.test_HttpDataSetInException | ( | self | ) |
Check that errors from the cloud service will cause the appropriate data to be set in the CloudRequestException.
tests.test_cloudengine.CloudEngineTests.resource_key |