Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMN 1.5 - extra assertions for the range properties for = and !=. #671

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StrayAlien
Copy link
Contributor

I have changed the structure of the tests to make then less spread out. In effect, each range test asserts on a context of its property values. Keeps stuff together. All the previous test assertions are still here.

The values I am asserting on here are:

expression start included start end end included
=10 true 10 10 true
!=10 false 10 10 false

This is not covered in the spec, so, comments welcome.

…anged the structure of the tests to make then less spread out. In effect, each range test asserts on a context of its property values. Keeps stuff together. All the previous test assertions are still here.
@StrayAlien StrayAlien changed the title extra assertions for the range properties for = and !=. DMN 1.5 extra assertions for the range properties for = and !=. Jul 25, 2024
@StrayAlien StrayAlien changed the title DMN 1.5 extra assertions for the range properties for = and !=. DMN 1.5 - extra assertions for the range properties for = and !=. Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant