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

New predicates for checking that a value has no decimal or no seconds #305

Closed
Seddryck opened this issue Oct 12, 2017 · 1 comment
Closed
Milestone

Comments

@Seddryck
Copy link
Owner

Seddryck commented Oct 12, 2017

It should be possible to test the following possibilities:

  • integer: for a numeric, the value has no decimal
  • modulo: for a numeric, the modulo of the second-operand is equal to the reference
  • on-the-day: for a dateTime, the value is at midnight
  • on-the-hour: for a dateTime, the value has no minutes or seconds
  • on-the-minute: for a dateTime, the value has no seconds
  • true and false: for a boolean, that the value is respectively true or false
@Seddryck Seddryck added this to the v1.16 milestone Oct 12, 2017
@Seddryck
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant