Detailed Description
Test cloud request engine adds correct information to post request following the order of precedence when processing evidence and returns the response in the ElementData.
Evidence parameters should be added in descending order of precedence.
Inheritance diagram for tests.test_cloudrequestengine.TestCloudRequestEngine:
Collaboration diagram for tests.test_cloudrequestengine.TestCloudRequestEngine:
Public Member Functions
def
| testConfigEndPoint_ExplicitSetting (self)
Check that the explicitly setting the cloud endpoint via method interface take precedence over everything else. More...
|
def
| testConfigEndPoint_EnvironmentVariableSetting (self)
Check that the setting the cloud endpoint via environment variable take precedence over the default value. More...
|
def
| testConfigEndPoint_DefaultSetting (self)
Check that if nothing else is set the default value should be used. More...
|
def
| test_evidence_precedence (self, warn, evidence1, evidence2)
Test cloud request engine adds correct information to post request following the order of precedence when processing evidence and returns the response in the ElementData. More...
|
def
| test_get_selected_evidence (self, evidence, ev_type, expected_value)
Test evidence of specific type is returned from all the evidence passed, if type is not from query, header or cookie then evidences are returned sorted in descensing order. More...
|
def
| test_get_content (self, evidence, expected_value)
Test Content to send in the POST request is generated as per the precedence rule of The evidence keys. More...
|
def
| test_no_exception_on_cloud_request_engine_init (self)
|
def
| test_exception_on_server_down_without_suppression (self)
|
def
| test_no_exception_on_server_down_with_suppression (self)
|