Open antvaset opened 3 months ago
This PR adds new conformance tests for arithmetic functions. I picked all the ones from https://github.com/cqframework/clinical_quality_language/blob/7e91478/Src/java/engine/src/test/resources/org/opencds/cqf/cql/engine/execution/CqlArithmeticFunctionsTest.cql which didn't exist yet here.
Using CVL (literals only) for the expected output values.
This is independent from https://github.com/cqframework/cql-tests/pull/33.
Done, this PR no longer includes the new tests for HighBoundary and LowBoundary. Those are now in https://github.com/cqframework/cql-tests/pull/44.
HighBoundary
LowBoundary
This PR adds new conformance tests for arithmetic functions. I picked all the ones from https://github.com/cqframework/clinical_quality_language/blob/7e91478/Src/java/engine/src/test/resources/org/opencds/cqf/cql/engine/execution/CqlArithmeticFunctionsTest.cql which didn't exist yet here.
Using CVL (literals only) for the expected output values.
This is independent from https://github.com/cqframework/cql-tests/pull/33.