This repository was archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Criterion rework #96
Merged
Merged
Criterion rework #96
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
02d0486
libcriterion: Rework Inclusive Criterion numerical value definition
clero 23f2fdf
python bindings: Add criterion state modification sample
clero 81fb7d3
libcriterion: Rework Value handling
clero ba301cf
libcriterion: Remove getNumericalValue specialization for inclusive c…
clero 54fd115
libcriterion: Rework state handling
clero e35e432
libcriterion: Enhance default value handling
clero 021a731
libcriterion: Remove litteral/numerical value handling
clero 2d88fd1
libcriterion: Add missing documentation
clero 335f30a
libcriterion: unify API name
clero 7914ddc
libcriterion: remove isInclusive API
clero d11e7ba
libcriterion: Remove getFormattedState from public API
clero 2ac73a4
libcriterion: Finish the shift to the new naming convention
clero 60ec0ec
libcriterion: Rename CriterionInterface Criterion
clero 5947963
test-platform: Rework criterion handling
clero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 300 ? I think this test section is meaningless now (was testing the criterion value number limitation). Delete it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it shows all is working but yes we can remove it