ehn-dcc-development / eu-dcc-business-rules

eHealth collaboration space business rules
Apache License 2.0
30 stars 16 forks source link

Tests for format-validation/syntax-checking and runtime type checking #104

Closed dslmeinte closed 2 years ago

dslmeinte commented 2 years ago

Currently, only “happy paths” are tested: CertLogic expressions that are valid, evaluate to a value, and don't throw an error. The validation (both format/syntax and runtime type checking) should be explicitly tested as well, to ensure that changes w.r.t. that aspect (such as issue #103) don't break anything.

dslmeinte commented 2 years ago

Closed per PR #124