chore(deps): Bump org.sonarqube from 4.4.0.3356 to 4.4.1.3373 (#1015) #203
GitHub Actions / Test Results
succeeded
Oct 4, 2023 in 0s
All 845 tests pass in 1m 57s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
845 tests found (test 1 to 375)
There are 845 tests, see "Raw output" for the list of tests 1 to 375.
Raw output
com.egm.stellio.apigateway.ApiGatewayApplicationTests ‑ contextLoads()
com.egm.stellio.search.authorization.AuthUtilsTests ‑ it should ignore properties that are not part of the payload when setting a specific access policy()
com.egm.stellio.search.authorization.AuthUtilsTests ‑ it should return a 400 if the payload contains a multi-instance property()
com.egm.stellio.search.authorization.AuthUtilsTests ‑ it should return a 400 if the provided attribute is a relationship()
com.egm.stellio.search.authorization.AuthUtilsTests ‑ it should return a 400 if the value is not one of the supported()
com.egm.stellio.search.authorization.AuthorizationServiceTests ‑ get authorized entities should return a count of -1 if authentication is not enabled()
com.egm.stellio.search.authorization.AuthorizationServiceTests ‑ get groups memberships should return a count of -1 if authentication is not enabled()
com.egm.stellio.search.authorization.AuthorizationServiceTests ‑ get users should return a count of -1 if authentication is not enabled()
com.egm.stellio.search.authorization.AuthorizationServiceTests ‑ it should authorize access to read()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should allow an user that has the right to admin an entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should allow an user that has the right to read an entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should allow an user that has the right to update an entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should create admin link for a set of entities()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return a null filter is user has the stellio-admin role()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return a valid entity filter if user does not have the stellio-admin role()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return an access denied if user cannot admin the given entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return an access denied if user cannot read the given entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return an access denied if user cannot update the given entity()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return false if user has no global role()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return serialized groups memberships along with a count for an admin()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return serialized groups memberships along with a count for an user without any roles()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return serialized users along with a count for an admin()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should return true if user has one of the required roles()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should returned serialized access control entities with a count()
com.egm.stellio.search.authorization.EnabledAuthorizationServiceTests ‑ it should returned serialized access control entities with other rigths if user is admin()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should add a new entity in the allowed list of read entities()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow an user having a direct read role on a entity()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow an user having a read role on a entity both directly and via a group membership()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow an user having a read role on a entity via a group membership()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow an user having the stellio-admin role to read any entity()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow user it has no right on entity but entity has a specific access policy()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow user who have read right on entity()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should allow user who have write right on entity()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should delete entity access rights associated to an user()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get all entities an user has access to wrt access rights()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get all entities an user has access to wrt types()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get all entities an user has access to()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get all entities for a stellio-admin user()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get other subject rights for a set of entities()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get other subject rights for all kinds of subjects()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should get other subject rights for one entity and a group()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should not allow user who have not read right on entity and entity has not a specific access policy()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should not allow user who have not write right on entity and entity has not a specific access policy()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should remove an entity from the allowed list of read entities()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should remove an entity from the list of known entities()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should return nothing when list of entities is empty()
com.egm.stellio.search.authorization.EntityAccessRightsServiceTests ‑ it should return only one entity with higher right if user has access through different paths()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should add a group membership to an user inside an existing list()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should add a group membership to an user()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should add a service account id to a client()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should add a subject info for an user()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should delete a subject referential()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should find if an user is a stellio admin or not()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should get all groups for an admin()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should get all users()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should get an user with all available information()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should get the groups memberships of an user()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should persist a subject referential()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should remove a group membership to an user()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve UUIDs from client and service account()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve UUIDs from client, service account and groups memberships()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve UUIDs from user and groups memberships()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve UUIDs from user when it has no groups memberships()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve a subject referential with subject info()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should retrieve a subject referential()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should return false when user does not have the requested roles()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should return true when user has a global role inherited from a group()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should return true when user has admin roles()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should return true when user has creation roles()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should update an existing subject info for an user()
com.egm.stellio.search.authorization.SubjectReferentialServiceTests ‑ it should update the global role of a subject()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event for a client()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event for a group()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event for a subject with a default role()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event for an user()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event with the default tenant for a client()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a create event with unknwon properties for a client()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a delete event for a subject()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a delete event removing an user from a group()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a replace event changing the given name of an user()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle a replace event changing the name of a group()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event adding a service account id to a client()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event adding a stellio-admin role for a client()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event adding a stellio-admin role for a group()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event adding a stellio-admin role within two roles()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event adding an user to a group()
com.egm.stellio.search.listener.IAMListenerTests ‑ it should handle an append event removing a stellio-admin role for a group()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should catch and drop any non compliant JSON-LD payload()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should catch and drop any non compliant NGSI-LD payload()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should not propagate an ATTRIBUTE_APPEND event if nothing has been appended()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should not propagate an ATTRIBUTE_UPDATE event if nothing has been updated()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should parse and transmit an ATTRIBUTE_APPEND event()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should parse and transmit an ATTRIBUTE_UPDATE event()
com.egm.stellio.search.listener.ObservationEventListenerTests ‑ it should parse and transmit an ENTITY_CREATE event()
com.egm.stellio.search.model.EntityModelTests ‑ it should serialize entityPayload with SAP if present and compact term if specified()
com.egm.stellio.search.model.EntityModelTests ‑ it should serialize entityPayload with SAP if present()
com.egm.stellio.search.model.EntityModelTests ‑ it should serialize entityPayload with createdAt and modifiedAt if specified()
com.egm.stellio.search.model.EntityModelTests ‑ it should serialize entityPayload without createdAt and modifiedAt if not specified()
com.egm.stellio.search.model.UpdateResultTests ‑ it should find a failed update result if an attribute update has failed()
com.egm.stellio.search.model.UpdateResultTests ‑ it should find a failed update result if there is one not updated attribute()
com.egm.stellio.search.model.UpdateResultTests ‑ it should find a successful update result()
com.egm.stellio.search.model.UpdateResultTests ‑ it should find the failed update operation results()
com.egm.stellio.search.model.UpdateResultTests ‑ it should find the successful update operation results()
com.egm.stellio.search.scope.ScopeServiceTests ‑ [1] initialEntity=beehive_with_scope.jsonld, inputScopes=[/B, /C], operationType=APPEND_ATTRIBUTES, expectedScopes=[/A, /B, /C]
com.egm.stellio.search.scope.ScopeServiceTests ‑ [2] initialEntity=beehive_with_scope.jsonld, inputScopes=[/B, /C], operationType=REPLACE_ATTRIBUTE, expectedScopes=[/B, /C]
com.egm.stellio.search.scope.ScopeServiceTests ‑ [3] initialEntity=beehive_with_scope.jsonld, inputScopes=[/B, /C], operationType=UPDATE_ATTRIBUTES, expectedScopes=[/B, /C]
com.egm.stellio.search.scope.ScopeServiceTests ‑ [4] initialEntity=beehive_minimal.jsonld, inputScopes=[/B, /C], operationType=UPDATE_ATTRIBUTES, expectedScopes=null
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should delete scope and its history()
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should retrieve the history of scopes with a time interval()
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should retrieve the history of scopes with aggregated values on whole time range without interval()
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should retrieve the history of scopes with aggregated values on whole time range()
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should retrieve the history of scopes with aggregated values()
com.egm.stellio.search.scope.ScopeServiceTests ‑ it should retrieve the history of scopes()
com.egm.stellio.search.scope.TemporalScopeBuilderTests ‑ it should build a full representation of scopes()
com.egm.stellio.search.scope.TemporalScopeBuilderTests ‑ it should build a temporal values representation of scopes()
com.egm.stellio.search.scope.TemporalScopeBuilderTests ‑ it should build an aggregated temporal representation of scopes()
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [1] aggrMethod=totalCount, expectedValue=10
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [2] aggrMethod=distinctCount, expectedValue=10
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [2] aggrMethod=distinctCount, expectedValue=2
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [3] aggrMethod=sum, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [3] aggrMethod=sum, expectedValue=10
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [3] aggrMethod=sum, expectedValue=5
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [3] aggrMethod=sum, expectedValue=55.0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [4] aggrMethod=avg, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [4] aggrMethod=avg, expectedValue=0.50000
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [4] aggrMethod=avg, expectedValue=05:30:01Z
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [4] aggrMethod=avg, expectedValue=1.00000
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [4] aggrMethod=avg, expectedValue=5.5
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=01:00:01Z
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=1
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=1.0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=2023-03-05T01:01:01Z
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=2023-03-06
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [5] aggrMethod=min, expectedValue=a1
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=1
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=10.0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=10:00:01Z
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=2023-03-05T10:01:01Z
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=2023-03-15
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [6] aggrMethod=max, expectedValue=a9
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [7] aggrMethod=stddev, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [7] aggrMethod=stddev, expectedValue=0.52704627669472988867
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [7] aggrMethod=stddev, expectedValue=3.0276503540974917
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [8] aggrMethod=sumsq, expectedValue=
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [8] aggrMethod=sumsq, expectedValue=385.0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ [8] aggrMethod=sumsq, expectedValue=5.0
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ it should handle aggregates for an attribute having different types of values in history()
com.egm.stellio.search.service.AggregatedQueryServiceTests ‑ ìt should aggregate on the whole time range if no aggrPeriodDuration is given()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should create an attribute instance if it has a non null value()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should create an attribute instance with boolean value()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should delete all instances of an attribute on default dataset()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should delete all instances of an attribute()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should delete all instances of an entity()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should delete attribute instance()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should modify attribute instance()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should not delete attribute instance if attribute name is not found()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should not delete attribute instance if instanceID is not found()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should not retrieve an instance not having the corresponding time property value()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should not retrieve any instance if temporal entity does not match()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should not retrieve any instance if there is no value in the time interval()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should only retrieve the temporal evolution of the provided temporal entity attribute()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should only return the last n instances asked in the temporal query()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve a full instance if temporalValues are not asked for()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve all full instances if temporalValues are not asked for()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve all instances when no timerel and time parameters are provided()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve an instance having the corresponding time property value()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve an instance with audit info if time property is not observedAt()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should retrieve instances of a temporal entity attribute whose value type is Any()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should set the start time to the oldest value if asking for no timerel()
com.egm.stellio.search.service.AttributeInstanceServiceTests ‑ it should update an existing attribute instance with same observation date()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should error when type doesn't exist()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should return a list of AttributeDetails()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should return an AttributeList()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should return an attribute Information by specific attribute()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should return an empty list of AttributeDetails if no attribute was found()
com.egm.stellio.search.service.AttributeServiceTests ‑ it should return an empty list of attributes if no attributes was found()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_APPEND and ATTRIBUTE_REPLACE events if attributes were appended and replaced()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_DELETE event if an instance of an attribute is deleted()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_DELETE_ALL_INSTANCE event if all instances of an attribute are deleted()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_REPLACE events if a multi-attribute is replaced()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_REPLACE events if two attributes are replaced()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish ATTRIBUTE_UPDATE event if an attribute is updated()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish a single ATTRIBUTE_APPEND event if an attribute was appended()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish a single ATTRIBUTE_REPLACE event if an attribute was replaced()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish all events on the catch-all topic()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish an ENTITY_CREATE event()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish an ENTITY_DELETE event()
com.egm.stellio.search.service.EntityEventServiceTests ‑ it should publish an ENTITY_REPLACE event()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should ask to create all provided entities()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should ask to create entities and transmit back any error()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should ask to replace entities()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should ask to update attributes of entities()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should count as error an replace which raises a BadRequestDataException()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should count as error an update which raises a BadRequestDataException()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should count as error not replaced entities in entities()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should count as error not updated attributes in entities()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should return error messages when deletion in DB has failed()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should return the list of deleted entity ids and in errors when deletion is partially successful()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should return the list of deleted entity ids when deletion is successful()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should split entities per existence with ids()
com.egm.stellio.search.service.EntityOperationServiceTests ‑ it should split entities per existence()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should add a type to an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should check the existence or non-existence of an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should create an entity payload from an NGSI-LD Entity if none existed yet()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should create an entity payload from an NGSI-LD Entity with specificAccessPolicy()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should create an entity payload from string if none existed yet()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should create an entity payload from string with specificAccessPolicy()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should delete an entity payload()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should filter existing entities from a list of ids()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should get the types of an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should merge an entity with new types and scopes()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should merge an entity with new types()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should merge an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should not add a type if existing types are not in the list of types to add()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should not create an entity payload if one already existed()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should only create an entity payload for a minimal entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should remove a specific access policy from a entity payload()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should remove the scopes from an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should replace an attribute()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should replace an entity payload if entity previously existed()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should replace an entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should retrieve a list of entity payloads()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should retrieve an entity payload with specificAccesPolicy()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should retrieve an entity payload()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should return an empty list if no ids are provided to the filter on existence()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should return an error if trying to get the type of a non-existent entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should return nothing when specific access policy list is empty()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should update a specific access policy for a temporal entity()
com.egm.stellio.search.service.EntityPayloadServiceTests ‑ it should upsert an entity payload if one already existed()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [10] georel=disjoint, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedCount=1
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [10] q=dateTime~=2023-02-16T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [11] q=dateTime>2023-02-16T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [12] q=boolean==true, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [13] q=observedProperty.observedAt>2023-02-25T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [14] q=observedProperty.observedAt>2023-02-01T00:00:00Z, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [15] q=observedProperty.observedAt<2023-01-01T00:00:00Z, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [16] q=name.createdAt>2023-02-01T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [17] q=propertyWithMetadata.unitCode=="MTR", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [18] q=propertyWithMetadata.license=="GPL", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [19] q=propertyWithMetadata.license.since=="2023", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [1] georel=near;minDistance==1600000, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedCount=0
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [1] q=integer==213, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [1] scopeQ=/Madrid/Gardens/ParqueNorte, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [1] types=https://ontology.eglobalmark.com/apic#BeeHive, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [20] q=multiInstanceProperty.datasetId==urn:ngsi-ld:Dataset:01, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [21] q=multiInstanceProperty.datasetId==urn:ngsi-ld:Dataset:02, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [22] q=multiInstanceProperty.datasetId==urn:ngsi-ld:Dataset:10, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [23] q=jsonObject[aString]=="flow monitoring", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [24] q=jsonObject[aNumber]==93.93, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [25] q=jsonObject[anObject.name]=="River", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [26] q=jsonObject[anObject.name]=="Sea", expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [27] q=integer==143..213, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [28] q=integer==144..213, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [29] q=integer==100..120, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [2] georel=near;maxDistance==1000, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedCount=1
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [2] q=relationship==urn:ngsi-ld:AnotherEntity:01, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [2] scopeQ=/Madrid/+/ParqueNorte, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [2] types=https://ontology.eglobalmark.com/apic#Apiary|https://ontology.eglobalmark.com/apic#Beekeeper, expectedCount=3, expectedListOfEntities=urn:ngsi-ld:Apiary:05,urn:ngsi-ld:Beekeeper:04,urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [30] q=listOfString=="iot", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [31] q=listOfString=="stellio", expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [32] q=listOfString=="iot","dataviz", expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [33] q=listOfString=="fiware","egm", expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [34] q=listOfInt==12,14, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [35] q=listOfInt==12, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [36] q=date, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [3] georel=contains, geometry=Polygon, coordinates=[[[90.0, 0.0], [100.0, 10.0], [110.0, 0.0], [100.0, -10.0], [90.0, 0.0]]], expectedCount=1
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [3] q=relationship==urn:ngsi-ld:YetAnotherEntity:01, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [3] scopeQ=/CompanyA/#, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [3] types=https://ontology.eglobalmark.com/apic#Apiary,https://ontology.eglobalmark.com/apic#Beekeeper, expectedCount=3, expectedListOfEntities=urn:ngsi-ld:Apiary:05,urn:ngsi-ld:Beekeeper:04,urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [4] georel=contains, geometry=Polygon, coordinates=[[[80.0, 0.0], [90.0, 5.0], [90.0, 0.0], [80.0, 0.0]]], expectedCount=0
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [4] q=(float==21.34|float==44.75), expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [4] scopeQ=/#, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [4] types=https://ontology.eglobalmark.com/apic#Beekeeper, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:Beekeeper:04,urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [5] georel=equals, geometry=Point, coordinates=[100.0, 0.0], expectedCount=1
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [5] q=integer==213;boolean==true, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [5] scopeQ=/Madrid/Gardens/ParqueNorte;/CompanyA/OrganizationB/UnitC, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [5] types=https://ontology.eglobalmark.com/apic#Beekeeper;https://ontology.eglobalmark.com/egm#Sensor, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [6] georel=equals, geometry=Point, coordinates=[101.0, 0.0], expectedCount=0
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [6] q=(integer>200|integer<100);observedProperty.observedAt<2023-02-25T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [6] scopeQ=/Madrid/Gardens/ParqueNorte,/CompanyA/OrganizationB/UnitC, expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [6] types=https://ontology.eglobalmark.com/apic#Beekeeper;https://ontology.eglobalmark.com/egm#Device, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [7] georel=intersects, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]], expectedCount=1
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [7] q=string~="(?i)another.*", expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:02
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [7] types=https://ontology.eglobalmark.com/egm#Device, expectedCount=0, expectedListOfEntities=null
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [8] georel=intersects, geometry=Polygon, coordinates=[[[101.0, 0.0], [102.0, 0.0], [102.0, -1.0], [101.0, 0.0]]], expectedCount=0
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [8] q=string!~="(?i)another.*", expectedCount=2, expectedListOfEntities=urn:ngsi-ld:BeeHive:01,urn:ngsi-ld:Apiary:05
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [8] types=https://ontology.eglobalmark.com/egm#Sensor, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [9] georel=disjoint, geometry=Point, coordinates=[101.0, 0.0], expectedCount=2
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [9] q=dateTime==2023-02-16T00:00:00Z, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:BeeHive:01
com.egm.stellio.search.service.EntityQueryServiceTests ‑ [9] types=(https://ontology.eglobalmark.com/apic#Beekeeper;https://ontology.eglobalmark.com/egm#Sensor),https://ontology.eglobalmark.com/egm#Device, expectedCount=1, expectedListOfEntities=urn:ngsi-ld:MultiTypes:03
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities according to access rights()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities according to attrs and types()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities according to ids and types and attrs()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities according to specific access policy and rights()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities according to specific access policy()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities by a list of ids()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities with respect to idPattern()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve entities with respect to limit and offset()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve the count of entities according to access rights()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should retrieve the count of entities()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should return an empty list if no entitiy matched the requested attributes()
com.egm.stellio.search.service.EntityQueryServiceTests ‑ it should return an empty list if no entity matches the requested type()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should error when type doesn't exist()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should return a list of EntityType()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should return an EntityTypeInfo for a specific type()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should return an EntityTypeList()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should return an empty list of EntityTypes if no entity was found()
com.egm.stellio.search.service.EntityTypeServiceTests ‑ it should return an empty list of types if no entity was found()
com.egm.stellio.search.service.QueryServiceTests ‑ it should not return an oldest timestamp if not in an aggregattion query()
com.egm.stellio.search.service.QueryServiceTests ‑ it should query a temporal entity as requested by query params()
com.egm.stellio.search.service.QueryServiceTests ‑ it should query temporal entities as requested by query params()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return a JSON-LD entity when querying by id()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return a list of JSON-LD entities when querying entities()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return an API exception if no entity exists with the given id()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return an API exception if the entity does not exist()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return an empty list for an attribute if it has no temporal values()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return an empty list if no entity matched the query()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return the oldest timestamp from the DB if none is provided in the temporal query()
com.egm.stellio.search.service.QueryServiceTests ‑ it should return timeAt as the oldest timestamp if it is provided in the temporal query()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should create entries for a multi-instance property()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should create entries for all attributes of an entity()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should delete a temporal attribute references()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should delete references of all temporal attribute instances()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should ignore a replace attribute if attribute does not exist()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should merge an entity attribute()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should merge an entity attributes with observedAt parameter()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should merge an entity attributes()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should not return a temporalEntityAttributeId if the datasetId is unknown()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should replace a temporal entity attribute()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should replace an entity attribute()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should retrieve a persisted temporal entity attribute()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should return a left attribute not found if entity exists but not the attribute()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should return a left entity not found if entity does not exist()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should return a right unit if entiy and attribute exist()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should return the temporalEntityAttributeId of a given entityId and attributeName()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should return the temporalEntityAttributeId of a given entityId attributeName and datasetId()
com.egm.stellio.search.service.TemporalEntityAttributeServiceTests ‑ it should rollback the whole operation if one DB update fails()
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [10] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=a535f0d0-cf05-473b-8700-7a177a0378ee, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=STRING, datasetId=null, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[SimplifiedAttributeInstanceResult(temporalEntityAttribute=af06077b-bae2-49ad-bc0f-a326de8fef1d, value=Beehive_incoming_123, time=2020-03-25T08:29:17.965206Z), SimplifiedAttributeInstanceRe…, withTemporalValues=true, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : {
"type" : "Property",
"values" : [ ["Beehive_incoming_123","2020-03-25T08:29:17.965206Z"], ["Beehive_incoming_124","2020-03-25T08:33:17.965206Z"] ]
}
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [11] scopeHistory=[SimplifiedScopeInstanceResult(entityId=urn:ngsi-ld:BeeHive:TESTC, scopes=[/A/B, /C/D], time=2020-03-25T08:29:17.965206Z), SimplifiedScopeInstanceResult(entityId=urn:ngsi-ld:BeeHive:TESTC, scopes=[/C/D], time=2020-03-25T09:29:17.965206Z)], attributeAndResultsMap={}, withTemporalValues=true, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"scope" : {
"type" : "Property",
"values" : [ [["/A/B", "/C/D"],"2020-03-25T08:29:17.965206Z"], [["/C/D"],"2020-03-25T09:29:17.965206Z"] ]
}
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [12] scopeHistory=[FullScopeInstanceResult(entityId=urn:ngsi-ld:BeeHive:TESTC, scopes=[/A/B, /C/D], time=2020-03-25T08:29:17.965206Z, timeproperty=modifiedAt, sub=null), FullScopeInstanceResult(entityId=urn:ngsi-ld:BeeHive:TESTC, scopes=[/C/D], time=2020-03-25T09:29:17.965206Z, timeproperty=modifiedAt, sub=null)], attributeAndResultsMap={}, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"scope" : [{
"type": "Property",
"value": ["/A/B", "/C/D"],
"modifiedAt": "2020-03-25T08:29:17.965206Z"
}, {
"type": "Property",
"value": ["/C/D"],
"modifiedAt": "2020-03-25T09:29:17.965206Z"
}]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [1] entityTemporalResults=[EntityTemporalResult(entityPayload=EntityPayload(entityId=urn:ngsi-ld:BeeHive:TESTC, types=[https://ontology.eglobalmark.com/apic#BeeHive], scopes=null, createdAt=2023-10-04T04:33:51.876403792Z, modifiedAt=null, contexts=[https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/master/apic/jsonld-contexts/apic-compound.jsonld], payload=JsonByteArrayInput{{}}, specificAccessPolicy=null), scopeHistory=[], teaInstancesResult={TemporalEntityAttribute(id=75efbb8d-3376-4eeb-a8ed-4f0646c33524,…, withTemporalValues=false, withAudit=true, expectation=[
{
"id":"urn:ngsi-ld:BeeHive:TESTC",
"type":"BeeHive",
"incoming":[
{
"type":"Property",
"value":20,
"instanceId":"urn:ngsi-ld:Instance:45678",
"observedAt":"2020-03-25T08:33:17.965206Z",
"sub": "sub"
}
]
},
{
"id":"urn:ngsi-ld:BeeHive:TESTD",
"type":"BeeHive",
"outgoing":[
{
"type":"Property",
"value":25,
"instanceId":"urn:ngsi-ld:In…
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [1] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=cec1a592-5533-4723-b2c0-5bae6654c695, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=NUMBER, datasetId=null, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=9d5c64bb-ebb8-4779-a460-1446922c935e, payload={"type":"Property","instanceId":"urn:ngsi-ld:Instance:45678","observedAt":"2020-03-25T08:2…, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"value" : 550.0,
"instanceId" : "urn:ngsi-ld:Instance:45678",
"observedAt" : "2020-03-25T08:29:17.965206Z"
}, {
"type" : "Property",
"value" : 650.0,
"instanceId" : "urn:ngsi-ld:Instance:45679",
"observedAt" : "2020-03-25T08:33:17.965206Z"
} ]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [2] entityTemporalResults=[EntityTemporalResult(entityPayload=EntityPayload(entityId=urn:ngsi-ld:BeeHive:TESTC, types=[https://ontology.eglobalmark.com/apic#BeeHive], scopes=null, createdAt=2023-10-04T04:33:51.876403792Z, modifiedAt=null, contexts=[https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/master/apic/jsonld-contexts/apic-compound.jsonld], payload=JsonByteArrayInput{{}}, specificAccessPolicy=null), scopeHistory=[], teaInstancesResult={TemporalEntityAttribute(id=e7d1383f-af50-4744-b1a1-c40eb1786527,…, withTemporalValues=true, withAudit=false, expectation=[
{
"id":"urn:ngsi-ld:BeeHive:TESTC",
"type":"BeeHive",
"incoming": {
"type":"Property",
"values":[
[
20,
"2020-03-25T08:33:17.965206Z"
]
]
}
},
{
"id":"urn:ngsi-ld:BeeHive:TESTD",
"type":"BeeHive",
"outgoing": {
"type":"Property",
"values":[
[
25,
"2020-03-25T08:33:17.965206Z"
]
]
}
}
]
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [2] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=415ef896-c0d7-4a45-bd7a-7172d0c7ec12, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Relationship, attributeValueType=STRING, datasetId=null, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=cbd686f3-e05e-4e03-aa60-9b9a6e17d738, payload={"type":"Relationship","instanceId":"urn:ngsi-ld:Instance:45678","observedAt":"2020-03…, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Relationship",
"object" : "urn:ngsi-ld:Entity:1234",
"instanceId" : "urn:ngsi-ld:Instance:45678",
"observedAt" : "2020-03-25T08:29:17.965206Z"
}, {
"type" : "Relationship",
"object" : "urn:ngsi-ld:Entity:5678",
"instanceId" : "urn:ngsi-ld:Instance:45679",
"observedAt" : "2020-03-25T08:33:17.965206Z"
} ]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [3] entityTemporalResults=[EntityTemporalResult(entityPayload=EntityPayload(entityId=urn:ngsi-ld:BeeHive:TESTC, types=[https://ontology.eglobalmark.com/apic#BeeHive], scopes=null, createdAt=2023-10-04T04:33:51.876403792Z, modifiedAt=null, contexts=[https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/master/apic/jsonld-contexts/apic-compound.jsonld], payload=JsonByteArrayInput{{}}, specificAccessPolicy=null), scopeHistory=[], teaInstancesResult={TemporalEntityAttribute(id=95996bd4-180c-4cee-ae20-aced12a62ed8,…, withTemporalValues=true, withAudit=false, expectation=[
{
"id":"urn:ngsi-ld:BeeHive:TESTC",
"type":"BeeHive",
"incoming": {
"type":"Property",
"values":[
[
20,
"2020-03-25T08:33:17.965206Z"
]
]
},
"managedBy": {
"type": "Relationship",
"objects": [
[
"urn:ngsi-ld:Beekeeper:1234",
"2020-03-25T08:33:17.965206Z"
]
]
}
},
{
"id":"urn:ngsi-ld:BeeHive:TEST…
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [3] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=4567876e-5085-491d-82ce-5a50db23a647, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=NUMBER, datasetId=urn:ngsi-ld:Dataset:01234, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=7a509e45-c882-4f0e-a170-8e4fb0dbab70, payload={"type":"Property","datasetId":"urn:ngsi-ld:Dataset:01234","instanceI…, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:01234",
"value" : 550.0,
"instanceId" : "urn:ngsi-ld:Instance:01234",
"observedAt" : "2020-03-25T08:29:17.965206Z"
}, {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:01234",
"value" : 650.0,
"instanceId" : "urn:ngsi-ld:Instance:01235",
"observedAt" : "2020-03-25T08:33:17.965206Z"
}, {
"type" : "Property",
"data…
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [4] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=5947ad18-e312-4430-9b0c-9f23806cef07, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=STRING, datasetId=urn:ngsi-ld:Dataset:45678, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=f9833340-8e8c-4c4d-910e-397bb67393a6, payload={"type":"Property","datasetId":"urn:ngsi-ld:Dataset:45678","instanceI…, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"value" : "Beehive_incoming_123",
"instanceId" : "urn:ngsi-ld:Instance:45678",
"observedAt" : "2020-03-25T08:29:17.965206Z"
}, {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"value" : "Beehive_incoming_124",
"instanceId" : "urn:ngsi-ld:Instance:45679",
"observedAt" : "2020-03-25T08:33:17.965206Z"
} ]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [5] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=be1fa387-b236-423d-a355-618cbfa76d4a, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=STRING, datasetId=urn:ngsi-ld:Dataset:45678, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=15ad3e5f-7bcc-4d1b-98f7-b4fe15ea6fc6, payload={"type":"Property","datasetId":"urn:ngsi-ld:Dataset:45678","instanceI…, withTemporalValues=false, withAudit=true, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"value" : "Beehive_incoming_123",
"instanceId" : "urn:ngsi-ld:Instance:45678",
"observedAt" : "2020-03-25T08:29:17.965206Z",
"sub": "sub1"
}, {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"value" : "Beehive_incoming_124",
"instanceId" : "urn:ngsi-ld:Instance:45679",
"observedAt" : "2020-03-25T08:33:…
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [6] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=a5d74b8d-2503-4227-8a07-256dcffd2fba, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=STRING, datasetId=null, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[FullAttributeInstanceResult(temporalEntityAttribute=dd4eee3e-7a6a-4fe5-8d6d-3cbdbb3f74e2, payload={"type":"Property","instanceId":"urn:ngsi-ld:Instance:45678","observedAt":"2020-03-25T08:2…, withTemporalValues=false, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"value" : "Beehive_incoming_123",
"instanceId" : "urn:ngsi-ld:Instance:45678",
"observedAt" : "2020-03-25T08:29:17.965206Z"
}, {
"type" : "Property",
"value" : "Beehive_incoming_124",
"instanceId" : "urn:ngsi-ld:Instance:45679",
"observedAt" : "2020-03-25T08:33:17.965206Z"
} ]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [7] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=3db6ca40-b8d3-41b2-be6a-b7f10af86297, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=NUMBER, datasetId=null, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[SimplifiedAttributeInstanceResult(temporalEntityAttribute=918ef1b9-c6d0-41a5-ae94-1f8543b70efc, value=550.0, time=2020-03-25T08:29:17.965206Z), SimplifiedAttributeInstanceResult(temporalEn…, withTemporalValues=true, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : {
"type" : "Property",
"values" : [ [550.0,"2020-03-25T08:29:17.965206Z"], [650.0,"2020-03-25T08:33:17.965206Z"] ]
}
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [8] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=f95da1f8-3608-4887-8c98-cfdd296105c8, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=NUMBER, datasetId=urn:ngsi-ld:Dataset:01234, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[SimplifiedAttributeInstanceResult(temporalEntityAttribute=79dca562-40a4-4f5a-873b-2e1712414d2a, value=550.0, time=2020-03-25T08:29:17.965206Z), SimplifiedAttributeInst…, withTemporalValues=true, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : [ {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:01234",
"values" : [ [550.0,"2020-03-25T08:29:17.965206Z"], [650.0,"2020-03-25T08:33:17.965206Z"] ]
}, {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"values" : [ [487.0,"2020-03-25T08:29:17.965206Z"], [698.0,"2020-03-25T08:33:17.965206Z"] ]
} ]
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ [9] scopeHistory=[], attributeAndResultsMap={TemporalEntityAttribute(id=cee1ece8-a9e0-4205-aaa2-9064dfa7631b, entityId=urn:ngsi-ld:BeeHive:TESTC, attributeName=https://ontology.eglobalmark.com/apic#incoming, attributeType=Property, attributeValueType=STRING, datasetId=urn:ngsi-ld:Dataset:45678, createdAt=2023-10-04T04:33:51.955426895Z, modifiedAt=null, payload=JsonByteArrayInput{{}})=[SimplifiedAttributeInstanceResult(temporalEntityAttribute=7814b7e4-0b13-4799-a824-5a4db0a9e33a, value=Beehive_incoming_123, time=2020-03-25T08:29:17.965206Z), Simplifi…, withTemporalValues=true, withAudit=false, expectation={
"id" : "urn:ngsi-ld:BeeHive:TESTC",
"type" : "BeeHive",
"incoming" : {
"type" : "Property",
"datasetId" : "urn:ngsi-ld:Dataset:45678",
"values" : [ ["Beehive_incoming_123","2020-03-25T08:29:17.965206Z"], ["Beehive_incoming_124","2020-03-25T08:33:17.965206Z"] ]
}
}
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ it should return a temporal entity with an empty array of instances if it has no temporal history()
com.egm.stellio.search.service.TemporalEntityBuilderTests ‑ it should return a temporal entity with values aggregated()
com.egm.stellio.search.util.AttributeInstanceUtilsTests ‑ it should guess the value type of a geo-property()
com.egm.stellio.search.util.AttributeInstanceUtilsTests ‑ it should guess the value type of a property()
com.egm.stellio.search.util.AttributeInstanceUtilsTests ‑ it should guess the value type of a relationship()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should ignore lastN parameter if it is not a positive integer()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should ignore lastN parameter if it is not an integer()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should not validate the query if timerel and time is not present when querying entites()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should not validate the query if timerel is present without time()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should not validate the query if type or attrs are not present when querying entites()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse a query containing a timeproperty parameter()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse a query containing no attrs parameter()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse a query containing one attrs parameter()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse a query containing two attrs parameter()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse lastN parameter if it is a positive integer()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse query parameters with audit enabled()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should parse query parameters()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should set timeproperty to observedAt if no value is provided in query parameters()
com.egm.stellio.search.util.TemporalQueryUtilsTests ‑ it should treat time and timerel properties as optional()
com.egm.stellio.search.web.AnonymousUserHandlerTests ‑ it should not authorize an anonymous to call the API()
Check notice on line 0 in .github
github-actions / Test Results
845 tests found (test 376 to 845)
There are 845 tests, see "Raw output" for the list of tests 376 to 845.
Raw output
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute should return a 200 and a list of Attributes if details param is true()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute should return a 200 and an empty payload if no attribute was found and details param is true()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute type information should correctly serialize an AttributeTypeInfo()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute type information should return a 200 if attribute of that id exists()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute type information should return a 404 if no attribute of that id exists()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attribute type information should search on attributes with the expanded id if provided()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attributes should return a 200 and an AttributeList()
com.egm.stellio.search.web.AttributeHandlerTests ‑ get attributes should return a 200 and an empty attributeList if no attribute was found()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get authorized entities should return 200 and empty response if requested offset does not exist()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get authorized entities should return 200 and the number of results if requested limit is 0()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get authorized entities should return 204 if authentication is not enabled()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get authorized entities should return 400 if attrs parameter is not valid()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get authorized entities should return entities I have a right on()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get groups memberships should return 200 and the number of results if requested limit is 0()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get groups memberships should return 204 if authentication is not enabled()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get groups memberships should return groups I am member of with authorization context()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get groups memberships should return groups I am member of()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get users should return 200 and the number of results if requested limit is 0()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get users should return 204 if authentication is not enabled()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get users should return an access denied error if user is not a stellio admin()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ get users should return users if user is a stellio admin()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to delete the specific access policy on an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to give access to a set of entities()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to give access to an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to remove access to an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to set the specific access policy on an entity with context in payload()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should allow an authorized user to set the specific access policy on an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should filter out invalid attributes when adding rights on entities()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should not allow an unauthorized user to remove access to an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should not allow an unauthorized user to set the specific access policy on an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should not do anything if authorization context is missing when adding rights on entities()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should not do anything if authz context is missing when setting the specific access policy on an entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should only allow to give access to authorized entities()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should return a 400 if the payload to set specific access policy is not correct()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should return a 404 if the subject has no right on the target entity()
com.egm.stellio.search.web.EntityAccessControlHandlerTests ‑ it should return a 500 if the specific access policy could not be persisted()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 204 if all attributes were appended()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 204 when adding a new type to an entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 207 if some attributes could not be appended()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 207 if types or attributes could not be appended()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 400 if the attribute is not NGSI-LD valid()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 403 if user is not allowed to update entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ append entity attribute should return a 404 if entity does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 201 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 400 if JSON-LD payload is not correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 400 if creation unexpectedly fails()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 400 if entity does not have an type()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 400 if entity is not NGSI-LD valid()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 403 if user is not allowed to create entities()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 409 if the entity already exists()
com.egm.stellio.search.web.EntityHandlerTests ‑ create entity should return a 500 error if there is an internal server error()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should delete all instances if deleteAll flag is true()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should delete instance with the provided datasetId()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should return a 204 if the attribute has been successfully deleted()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should return a 400 if the request is not correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should return a 403 if user is not allowed to update entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should return a 404 if the attribute is not found()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity attribute should return a 404 if the entity is not found()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity should return a 204 if an entity has been successfully deleted()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity should return a 403 is user is not authorized to delete an entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity should return a 404 if entity to be deleted has not been found()
com.egm.stellio.search.web.EntityHandlerTests ‑ delete entity should return a 500 if entity could not be deleted()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 204 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 207 if some relationships objects are not found()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 207 if types could not be updated()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 403 if user is not allowed to update it()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 404 if entity does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ entity attributes update should return a 503 if JSON-LD context is not correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities by type should include temporal properties if optional query param sysAttrs is present()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities by type should not include temporal properties if query param sysAttrs is not present()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should allow a query not including a type request parameter()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 200 and empty response if requested offset does not exists()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 200 and the number of results()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 200 with prev and next link header if exists()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 400 if limit is equal or less than zero()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 400 if limit is greater than the maximum authorized limit()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 400 if required parameters are missing()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities should return 400 if the number of results is requested with a limit less than zero()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entities with request parameter id should return 200()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly filter the asked attributes()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly return the simplified representation of an entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize multi-attribute property having more than one instance()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize multi-attribute property having one instance()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize multi-attribute relationship having more than one instance()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize multi-attribute relationship having one instance()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize properties of type Date()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize properties of type DateTime and display sysAttrs asked()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize properties of type Time()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should correctly serialize temporal properties()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should include createdAt & modifiedAt if query param sysAttrs is present()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should not include temporal properties if optional query param sysAttrs is not present()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should return 200 when entity exists()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should return 403 if user is not authorized to read an entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should return 404 if the entity has none of the requested attributes()
com.egm.stellio.search.web.EntityHandlerTests ‑ get entity by id should return 404 when entity does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 204 if JSON-LD payload is correct and use observedAt parameter()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 204 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 400 if entityId is missing()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 400 if optional parameter observedAt is not a datetime()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 403 if user is not allowed to update it()
com.egm.stellio.search.web.EntityHandlerTests ‑ merge entity should return a 404 if entity does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ partial attribute update should not authorize user without write rights on entity to update attribute()
com.egm.stellio.search.web.EntityHandlerTests ‑ partial attribute update should return a 204 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ partial attribute update should return a 404 if attribute does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ partial attribute update should return a 404 if entity does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace attribute should return a 204 if attribute has been successfully replaced()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace attribute should return a 404 if the attribute does not exist()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace entity should return a 201 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace entity should return a 400 if entity id is not present in the path()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace entity should return a 400 if id contained in payload is different from the one in URL()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace entity should return a 403 if user is not allowed to update the entity()
com.egm.stellio.search.web.EntityHandlerTests ‑ replace entity should return a 404 if entity does not exist()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ create batch entity should not authorize user without creator role()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ create batch entity should return a 201 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ create batch entity should return a 207 when some entities already exist()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ create batch entity should return a 400 if JSON-LD payload is not correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ create batch entity should return a 400 if one JSON-LD entity misses a context()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ delete batch for correct entities should return a 204()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ delete batch for unauthorized entities should return a 207 with explicit error messages()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ delete batch for unknown entities should return a 207 with explicit error messages()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ update batch entity should return 204 if JSON-LD payload is correct and noOverwrite is asked()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ update batch entity should return 207 if there is a non existing entity in the payload()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ update batch entity should return a 204 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ update batch entity should return a 207 if JSON-LD payload contains update errors()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ update batch entity should return a 400 if JSON-LD payload is not correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch entity should return a 201 if JSON-LD payload is correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch entity should return a 204 if it has only updated existing entities()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch entity should return a 207 if JSON-LD payload contains update errors()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch entity should return a 400 if JSON-LD payload is not correct()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch entity without option should replace existing entities()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch should not authorize user to create entities without creator role()
com.egm.stellio.search.web.EntityOperationHandlerTests ‑ upsert batch should not authorize user to updates entities without write right()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity type information should correctly serialize an EntityTypeInfo()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity type information should return a 200 if entities of that type exists()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity type information should return a 404 if no entities of that type exists()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity type information should search on entities with the expanded type if provided()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity types should return a 200 and a list of EntityType if details param is true()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity types should return a 200 and an EntityTypeList with empty typeList if no entity was found()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity types should return a 200 and an EntityTypeList()
com.egm.stellio.search.web.EntityTypeHandlerTests ‑ get entity types should return a 200 and an empty payload if no entity was found and details param is true()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ create temporal entity should return a 201()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute instance temporal should return 204()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute instance temporal should return 403 if user is not allowed()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute instance temporal should return 404 if attributeInstanceId or attribute name is not found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute instance temporal should return 404 if entityId is not found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should delete all instances if deleteAll flag is true()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should delete instance with the provided datasetId()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 204 if the attribute has been successfully deleted()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 400 if attribute name is missing()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 400 if entity id is missing()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 400 if the provided id is not a valid URI()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 400 if the request is not correct()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 403 if user is not allowed to update entity()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 404 if the attribute is not found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete attribute temporal should return a 404 if the entity is not found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 204 if an entity has been successfully deleted()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 400 if entity id is missing()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 400 if the provided id is not a valid URI()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 403 is user is not authorized to delete an entity()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 404 if entity to be deleted has not been found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ delete temporal entity should return a 500 if entity could not be deleted()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should correctly handle an attribute with many instances()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should correctly handle an attribute with one instance()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should correctly handle many attributes with many instances()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should correctly handle many attributes with one instance()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should give a 200 if no timerel and no time query params are in the request()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 and return an error response()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if aggrPeriodDuration is not in the correct format()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if aggregate function is unknown()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if one of time bucket or aggregate is missing()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if time is not parsable()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if time is present without timerel query param()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if timerel is between and endTimeAt is not parseable()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if timerel is between and no endTimeAt provided()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if timerel is not a valid value()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should raise a 400 if timerel is present without time query param()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return 200 with json response body for query temporal entities()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return 200 with jsonld response body for query temporal entities()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 200 if minimal required parameters are valid and entity is publicly readable()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 200 if minimal required parameters are valid and user can read the entity()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 200 if minimal required parameters are valid()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 200 with empty payload if no temporal attribute is found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 400 if temporal entity fragment is badly formed()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 403 is user is not authorized to write on the entity()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a 404 if temporal entity attribute does not exist()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return a json entity with two temporal properties evolution()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return an entity with two temporal properties evolution with temporalValues option()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ it should return an entity with two temporal properties evolution()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ modify attribute instance should return a 204 if an instance has been successfully modified()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ modify attribute instance should return a 403 is user is not authorized to update an entity ()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ modify attribute instance should return a 404 if attributeInstanceId or attribute name is not found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ modify attribute instance should return a 404 if entity to be update has not been found()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entities should return 200 and the number of results if count is asked for()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 200 and empty response if requested offset does not exist()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 200 with next link header if exists()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 200 with prev and next link header if exists()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 200 with prev link header if exists()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 400 if limit is equal or less than zero()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 400 if limit is greater than the maximum authorized limit()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 400 if neither type nor attrs is present()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ query temporal entity should return 400 if requested offset is less than zero()
com.egm.stellio.search.web.TemporalEntityHandlerTests ‑ update temporal entity should return a 204()
com.egm.stellio.search.web.TemporalEntityOperationsHandlerTests ‑ it should raise a 400 if required parameters are missing()
com.egm.stellio.search.web.TemporalEntityOperationsHandlerTests ‑ it should return a 200 and retrieve requested temporal attributes()
com.egm.stellio.search.web.TemporalEntityOperationsHandlerTests ‑ it should return a 200 and the number of results if count is asked for()
com.egm.stellio.shared.model.JsonLdEntityTests ‑ it should find an expanded attribute contained in the entity()
com.egm.stellio.shared.model.JsonLdEntityTests ‑ it should get the attributes from a JSON-LD entity()
com.egm.stellio.shared.model.JsonLdEntityTests ‑ it should not find an expanded attribute contained in the entity()
com.egm.stellio.shared.model.JsonLdEntityTests ‑ it should populate the createdAt information at root and attribute levels()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a property with a duplicated datasetId()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a property with different type instances()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a property with more than one default instance()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a relationship with a duplicated datasetId()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a relationship with different type instances()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse a relationship with more than one default instance()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse an entity without a property without a value()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse an entity without a type()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse an entity without an id()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should not parse an entity without an unknown attribute type()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse a minimal entity()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse a property with a datasetId()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a MultiPolygon location()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a Point location()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a Polygon location()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a minimal property()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a minimal relationship()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a multi-attribute property()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a multi-attribute relationship()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a property having a JSON object value()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a property having all core fields()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a property having createdAt and modifiedAt information()
com.egm.stellio.shared.model.NgsiLdEntityTests ‑ it should parse an entity with a relationship having all core fields()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should decode q in query parameters()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should extract a @context from a valid Link header()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should find a value if it is in a multi value options query param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should find a value if it is in a single value options query param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should get a list of @context from a JSON-LD input()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should get a single @context from a JSON-LD input()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should not find a value if it is not in a multi value options query param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should not find a value if it is not in a single value options query param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should not find a value if there is no options query param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should parse and expand entity type selection query()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should parse query parameters()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return 411 if Content-Length is null()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return a BadRequestData error if @context provided in Link header is invalid()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return a list with two elements if there are two provided attrs param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return a null @context if no Link header was provided()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return an empty list if no attrs param is provided()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return an singleton list if there is one provided attrs param()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should return the default @context if no Link header was provided and default is asked()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should set default values in query parameters()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should set includeSysAttrs at true if options contains includeSysAttrs query parameters()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should support Mime-type with parameters()
com.egm.stellio.shared.util.ApiUtilsTests ‑ it should throw an exception if a JSON-LD input has no @context()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should extract sub from a string version of an entity URI()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should extract sub from an entity URI()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should extract the compact form of an authorization term()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should find the access right with a given key()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should find the global role with a given key()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should not find the access right for an unknown key()
com.egm.stellio.shared.util.AuthUtilsTests ‑ it should not find the global role for an unknown key()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [1] #Scope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [1] Scope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [2] /3Scope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [2] /Scope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [3] /Scope#Another
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [3] /Scope3
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [4] /Sco_pe
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [5] /ÉScope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [6] /Scope/Subscope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [7] /Scope/Sub_scope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ [8] /Scope/Subscope/Subsubscope
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with a null value()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with an invalid attribute name()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with an invalid scope name()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with an invalid sub-attribute name in a multi-attribute()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with an invalid sub-attribute name()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with an invalid type name()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with invalid scopes names()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate an entity with one invalid type name in a list of many()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should not validate invalid scopes names()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should validate an entity with allowed characters for attribute name()
com.egm.stellio.shared.util.DataRepresentationUtilsTests ‑ it should validate valid scopes names()
com.egm.stellio.shared.util.DateUtilsTests ‑ it shoud return true if the dates or times are correct()
com.egm.stellio.shared.util.DateUtilsTests ‑ it should render a datetime with milliseconds at zero()
com.egm.stellio.shared.util.DateUtilsTests ‑ it should render a datetime with milliseconds()
com.egm.stellio.shared.util.DateUtilsTests ‑ it should render a datetime with nanoseconds()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should create a disjoint geoquery statement()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should create a maxDistance geoquery statement()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should create a minDistance geoquery statement()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should fail to create a geoquery if a required parameter is missing()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should fail to create a geoquery if coordinates are invalid()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should fail to create a geoquery if geometry is not recognized()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should fail to create a geoquery if georel has an invalid near clause()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should fail to create a geoquery if georel is not recognized()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should parse geo query parameters with geoproperty operation space()
com.egm.stellio.shared.util.GeoQueryUtilsTests ‑ it should parse geo query parameters()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should add createdAt and modifiedAt information into an attribute()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should add createdAt information into an attribute()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should add the core context at last position if it is not in the list of contexts()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should compact and return a JSON entity()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should compact and return a JSON-LD entity()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should extract the target object of a relationship()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should filter a JSON-LD Map on the attributes specified as well as the mandatory attributes()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should find a JSON-LD @context in an input map()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should find a list of JSON-LD @contexts in an input map()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should find an attribute instance from a list of attributes with multi-attributes()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should find an attribute instance from a list of attributes without multi-attributes()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should move the core context at last position if it is not last in the list of contexts()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should not add the core context if it resolvable from the provided contexts()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should not find an unknown attribute instance in a list of attributes()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return an empty list if no JSON-LD @context was found an input map()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return an error if a relationship has an empty object()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return an error if a relationship has an invalid object type()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return an error if a relationship has no object field()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return an error if a relationship has object without id()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should return the core context if the list of contexts is empty()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should simplify a compacted entity with multi-attributes()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should simplify a compacted entity()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should throw a BadRequestData exception if the expanded JSON-LD fragment is empty()
com.egm.stellio.shared.util.JsonLdUtilsTests ‑ it should throw a LdContextNotAvailable exception if the provided JSON-LD context is not available()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ATTRIBUTE_DELETE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ATTRIBUTE_DELETE_ALL_INSTANCES()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ATTRIBUTE_REPLACE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ATTRIBUTE_UPDATE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ENTITY_CREATE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ENTITY_DELETE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should parse an event of type ENTITY_REPLACE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should serialize an event of type ENTITY_CREATE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should serialize an event of type ENTITY_DELETE()
com.egm.stellio.shared.util.JsonUtilsTests ‑ it should throw an InvalidRequest exception if the JSON-LD fragment is not a valid JSON document()
com.egm.stellio.shared.util.PagingUtilsTests ‑ it should not return the links()
com.egm.stellio.shared.util.PagingUtilsTests ‑ it should return the next link()
com.egm.stellio.shared.util.PagingUtilsTests ‑ it should return the prev and the next links()
com.egm.stellio.shared.util.PagingUtilsTests ‑ it should return the prev link()
com.egm.stellio.shared.util.UriUtilsTests ‑ it should throw a BadRequestData exception if input string has an invalid syntax()
com.egm.stellio.shared.util.UriUtilsTests ‑ it should throw a BadRequestData exception if input string is not an absolute URI()
com.egm.stellio.shared.web.ExceptionHandlerTests ‑ it should raise an error of type InvalidRequest if the request payload is not a valid JSON fragment()
com.egm.stellio.shared.web.ExceptionHandlerTests ‑ it should raise an error of type LdContextNotAvailable if the context is not resolvable()
com.egm.stellio.shared.web.TenantWebFilterTests ‑ it should fallback to the default tenant if none was provided in the request()
com.egm.stellio.shared.web.TenantWebFilterTests ‑ it should find a non-default tenant and add the NGSILD-Tenant header in the response()
com.egm.stellio.shared.web.TenantWebFilterTests ‑ it should return a BadRequestData error if the tenant is not a valid URI()
com.egm.stellio.shared.web.TenantWebFilterTests ‑ it should return a NonexistentTenant error if the tenant does not exist()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should call 'notificationService' once()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should compose the query string used to get matching entities()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should not return twice the same entity if there is overlap between 2 entity infos()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should notify the recurring subscriptions that have reached the time interval()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should return a list of 2 entities if the query sent to entity service matches two entities()
com.egm.stellio.subscription.job.TimeIntervalNotificationJobTest ‑ it should return one entity if the query sent to entity service matches one entity()
com.egm.stellio.subscription.listener.EntityEventListenerServiceTests ‑ it should parse and transmit an attribute replace event()
com.egm.stellio.subscription.listener.EntityEventListenerServiceTests ‑ it should parse and transmit an attribute update event()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should compact a subscription()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should expand a subscription()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a list of subscriptions as JSON without sysAttrs()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a list of subscriptions as JSON-LD with sysAttrs()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a subscription as JSON and add the status attribute()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a subscription as JSON with createdAt and modifiedAt if specified()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a subscription as JSON without createdAt and modifiedAt if not specified()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a subscription with a context if JSON-LD media type is asked()
com.egm.stellio.subscription.model.SubscriptionTest ‑ it should serialize a subscription without context if JSON media type is asked()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should add a Link header containing the context of the subscription()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should add an NGSILD-Tenant header if the subscription is not from the default context()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should call the subscriber()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the second subscriber even if the first notification has failed()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the subscriber and only keep the expected attributes()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the subscriber and update the subscription()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the subscriber and use the contexts of the subscription to compact()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the subscriber that matches the geoQuery()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should notify the two subscribers()
com.egm.stellio.subscription.service.NotificationServiceTests ‑ it should send a simplified payload when format is keyValues and include only the specified attributes()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [10] georel=disjoint, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedResult=false
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [1] georel=near;minDistance==1000, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedResult=false
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [2] georel=near;maxDistance==1000, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, -1.0], [100.0, 0.0]]], expectedResult=true
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [3] georel=contains, geometry=Polygon, coordinates=[[[90.0, 0.0], [100.0, 10.0], [110.0, 0.0], [100.0, -10.0], [90.0, 0.0]]], expectedResult=true
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [4] georel=contains, geometry=Polygon, coordinates=[[[80.0, 0.0], [90.0, 5.0], [90.0, 0.0], [80.0, 0.0]]], expectedResult=false
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [5] georel=equals, geometry=Point, coordinates=[100.0, 0.0], expectedResult=true
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [6] georel=equals, geometry=Point, coordinates=[101.0, 0.0], expectedResult=false
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [7] georel=intersects, geometry=Polygon, coordinates=[[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]], expectedResult=true
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [8] georel=intersects, geometry=Polygon, coordinates=[[[101.0, 0.0], [102.0, 0.0], [102.0, -1.0], [101.0, 0.0]]], expectedResult=false
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ [9] georel=disjoint, geometry=Point, coordinates=[101.0, 0.0], expectedResult=true
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it shoud return true if a subscription has no geoquery()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should activate a subscription()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should deactivate a subscription()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should delete an existing subscription()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info and active status()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info and geoquery and endpoint info()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info and inactive status()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info and null value for watched attributes()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info and query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with entities info()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should load and fill a persisted subscription with the correct format for temporal values()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not allow a subscription with an empty id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not allow a subscription with an invalid id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not allow a subscription with an invalid idPattern()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not fail when trying to delete an unknown subscription()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not retrieve a deactivated subscription matching an id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not retrieve a subscription if idPattern does not match()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not retrieve a subscription if type does not match()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not retrieve a subscription if watched attributes do not match any updated attributes()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should not retrieve an expired subscription matching an id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a context of subscription()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription if watched attributes contains at least one of the updated attributes()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription if watched attributes is null()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching a type and an exact id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching a type and not one with non matching id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching an id when expired date is in the future()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching an id when expired date is not given()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching an id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve a subscription matching an idPattern()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should retrieve an activated subscription matching an id()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return a link to contexts endpoint if subscription has more than one context()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return all subscriptions whose 'timeInterval' is reached ()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return all subscriptions whose 'timeInterval' is reached with a time of 5s()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return false if entity does not match scope query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return false if entity doesn't match query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return false if query is invalid()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return true if entity matches query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return true if entity matches scope query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should return true if query is null()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should support boolean value type()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should support multiple predicates query with logical operator()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should support multiple predicates query with or logical operator()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should support multiple predicates query()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should throw a BadRequestData exception if the subscription has an unknown attribute()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should throw a NotImplemented exception if the subscription has an unsupported attribute()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should update a subscription entities()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should update a subscription notification()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should update a subscription watched attributes()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should update a subscription with a notification result()
com.egm.stellio.subscription.service.SubscriptionServiceTests ‑ it should update a subscription()
com.egm.stellio.subscription.utils.ParsingUtilsTests ‑ it should correctly parse a null endpoint info()
com.egm.stellio.subscription.utils.ParsingUtilsTests ‑ it should correctly parse a subscription()
com.egm.stellio.subscription.utils.ParsingUtilsTests ‑ it should correctly parse an endpoint info()
com.egm.stellio.subscription.utils.ParsingUtilsTests ‑ it should not allow a subscription if remote JSON-LD @context cannot be retrieved()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 201 if JSON-LD payload is correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 400 if JSON-LD payload is not correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 400 if validation of the subscription fails()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 409 if the subscription already exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 415 if the content type is not correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ create subscription should return a 500 error if internal server Error()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ delete subscription should return a 204 if a subscription has been successfully deleted()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ delete subscription should return a 403 if subscription does not belong to the user()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ delete subscription should return a 404 if subscription to be deleted has not been found()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ delete subscription should return a 500 if subscription could not be deleted()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription by id should return 200 when subscription exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription by id should return 200 with sysAttrs when options query param specify it()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription by id should return 404 when subscription does not exist()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription by id should return a 403 if subscription does not belong to the user()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription by id should return a 406 if the accept header is not correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ get subscription context should return a list of contexts()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 and empty response if requested offset does not exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 and the number of results if count is asked for()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 with next link header if exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 with prev and next link header if exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 with prev link header if exists()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 with sysAttrs when options query param specify it()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 without link header()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 200 without sysAttrs when options query param doesn't specify it()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 400 if limit is equal or less than zero()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 400 if limit is greater than the maximum authorized limit()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ query subscriptions should return 400 if requested offset is less than zero()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ update subscription should return a 204 if JSON-LD payload is correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ update subscription should return a 400 if JSON-LD context is not correct()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ update subscription should return a 403 if subscription does not belong to the user()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ update subscription should return a 404 if subscription to be updated has not been found()
com.egm.stellio.subscription.web.SubscriptionHandlerTests ‑ update subscription should return a 500 if update in DB failed()
db.migration.V0_29_JsonLd_migrationTests ‑ it should not remove instances when attribute has a default instance and one with a datasetId()
db.migration.V0_29_JsonLd_migrationTests ‑ it should not remove instances when attribute has instances with different values for datasetId()
db.migration.V0_29_JsonLd_migrationTests ‑ it should remove instance when attribute has two default instances()
db.migration.V0_29_JsonLd_migrationTests ‑ it should remove instances when attribute has more than one instance with the same datasetId()
Loading