Loading karate/src/test/java/api/entities/create-entity-with-invalid-request.feature +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Feature: Test implementation of POST /entities (6.4.3.1) with invalid request Background: * url urlBase * def building = read('classpath:ngsi-ld/payloads/entities/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') * def buildingWithoutContext = read('classpath:ngsi-ld/payloads/entities/building-without-context.json') * configure charset = null Loading karate/src/test/java/api/entities/create-existing-entity.feature +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Feature: Test implementation of POST /entities (6.4.3.1) with existing entity Background: * url urlBase * def fixtures = callonce read('support/create-entity-fixture.feature') * def building = read('classpath:ngsi-ld/payloads/entities/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') Scenario: Given path 'entities' Loading karate/src/test/java/api/entities/support/create-entity-fixture.feature +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Feature: Generic feature to create an entity to be used as a fixture for a featu Background: * url urlBase * def building = read('../../../../../../samples/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') Scenario: Given path 'entities' Loading karate/src/test/java/ngsi-ld/payloads/entities/building-minimal.jsonld +1 −1 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Building:3009ef20-9f62-41f5-bd66-92f041b428b1", "id": "urn:ngsi-ld:Building:EGM-Office-409", "type": "Building", "@context": [ "https://fiware.github.io/data-models/context.jsonld", Loading karate/src/test/java/ngsi-ld/payloads/entities/building.jsonlddeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Building:3009ef20-9f62-41f5-bd66-92f041b428b6", "type": "Building", "@context": [ "https://fiware.github.io/data-models/context.jsonld", "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" ] } No newline at end of file Loading
karate/src/test/java/api/entities/create-entity-with-invalid-request.feature +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Feature: Test implementation of POST /entities (6.4.3.1) with invalid request Background: * url urlBase * def building = read('classpath:ngsi-ld/payloads/entities/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') * def buildingWithoutContext = read('classpath:ngsi-ld/payloads/entities/building-without-context.json') * configure charset = null Loading
karate/src/test/java/api/entities/create-existing-entity.feature +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Feature: Test implementation of POST /entities (6.4.3.1) with existing entity Background: * url urlBase * def fixtures = callonce read('support/create-entity-fixture.feature') * def building = read('classpath:ngsi-ld/payloads/entities/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') Scenario: Given path 'entities' Loading
karate/src/test/java/api/entities/support/create-entity-fixture.feature +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Feature: Generic feature to create an entity to be used as a fixture for a featu Background: * url urlBase * def building = read('../../../../../../samples/building.jsonld') * def building = read('classpath:ngsi-ld/payloads/entities/building-minimal.jsonld') Scenario: Given path 'entities' Loading
karate/src/test/java/ngsi-ld/payloads/entities/building-minimal.jsonld +1 −1 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Building:3009ef20-9f62-41f5-bd66-92f041b428b1", "id": "urn:ngsi-ld:Building:EGM-Office-409", "type": "Building", "@context": [ "https://fiware.github.io/data-models/context.jsonld", Loading
karate/src/test/java/ngsi-ld/payloads/entities/building.jsonlddeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Building:3009ef20-9f62-41f5-bd66-92f041b428b6", "type": "Building", "@context": [ "https://fiware.github.io/data-models/context.jsonld", "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" ] } No newline at end of file