[Documentation]The structure of the notification message shall be as mandated by clause 5.3.The Entity Attributes included (Properties or Relationships) shall be those specified by the notification.attributes member in the Subscription data type (clause 5.2.12).
"doc":"The structure of the notification message shall be as mandated by clause 5.3. The Entity Attributes included (Properties or Relationships) shall be those specified by the notification.attributes member in the Subscription data type (clause 5.2.12).",
"test_objective":"Check that you cannot retrieve a Context Source Registration, if the context source registration id is not present or it is not a valid URI",
"test_objective":"Check that you cannot retrieve a Context Source Registration, if the context source registration id is not a valid URI",
"doc":"Check that you cannot retrieve a Context Source Registration, if the context source registration id is not present or it is not a valid URI",
"doc":"Check that you cannot retrieve a Context Source Registration, if the context source registration id is not a valid URI",
"tags":[
"5_10_1",
"csr-retrieve"
],
"setup":null,
"teardown":null,
"template":"Retrieve Context Source Registration With A Not Present Or Invalid Id",
"then":"then {\n the SUT sends a valid Response for the operations:\n Retrieve Context Source Registration with Response Status Code set to 400 and\n Retrieve Context Source Registration with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Retrieve Context Source Registration with Response body containing 'title' element\n}",
"when":"when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceRegistrations/{context_source_registration_id}'\n method set to 'GET'\n Retrieve Context Source Registration with data: and\n Query Parameter: context source registration id set to '${EMPTY}'\n}",
"doc":"Check that you cannot retrieve a Context Source Registration, if the context source registration id is not present or it is not a valid URI",
"tags":[
"5_10_1",
"csr-retrieve"
],
"setup":null,
"teardown":null,
"template":"Retrieve Context Source Registration With A Not Present Or Invalid Id",
"template":"Retrieve Context Source Registration With An Invalid Id",
"then":"then {\n the SUT sends a valid Response for the operations:\n Retrieve Context Source Registration with Response Status Code set to 400 and\n Retrieve Context Source Registration with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Retrieve Context Source Registration with Response body containing 'title' element\n}",
"when":"when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceRegistrations/{context_source_registration_id}'\n method set to 'GET'\n Retrieve Context Source Registration with data: and\n Query Parameter: context source registration id set to 'invalidUri'\n}",