eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

API V2: Add tests for Json Patches (JsonPatchHelper) #222

Open CamilleLetavernier opened 2 years ago

CamilleLetavernier commented 2 years ago

(Abstract)JsonPatchHelper contains most of the logic for editing the model with Json Patches, which in V2 is the main way of interacting with the model. It also provides Model-diffing to notify clients about model updates.

The method that converts Json patches to EMF Commands is currently not tested; it should be.