Skip to content

Parse ConnectionSpec

Nicolas Bouillot requested to merge named-shm-spec into named-shm

The ConnectionSpec class parses the Quiddity ConnectionSpec and determine its validity. If the spec is not valid, then the Quiddity will not be valid. The MR comes with two tests: instantiation of a Quiddity with a complex ConnectionSpec and a test that ensure several errors are detected during parsing.

Next MR will implement the connection in the Claw class.

Edited by Nicolas Bouillot

Merge request reports