Add Tests for Data Types
With diverging versions and implementations of Protocol Buffer parsers, I would suggest to test the different SiLA Data Types as part of the interoperability tests. This ensures that custom parsers, or official parsers in different languages can seamlessly understand each other's messages.
I would add the features
- AnyTypeTest-v1_0.sila.xml
- BasicDataTypesTest-v1_0.sila.xml
- ListDataTypeTest-v1_0.sila.xml
- StructureDataTypeTest-v1_0.sila.xml
and write appropriate test cases for them.
Edited by Julian Willand