We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every predicate on Value are implemented in runner/predicate.rs and runner/predicate_value.rs:
Value
runner/predicate.rs
runner/predicate_value.rs
hurl/packages/hurl/src/runner/predicate.rs
Lines 345 to 374 in 07e2fc7
The code should be move to Value.rs by implemeting eq, start_with on directly Value + test unit are simpler
Value.rs
eq
start_with
The text was updated successfully, but these errors were encountered:
fabricereix
No branches or pull requests
Every predicate on
Value
are implemented inrunner/predicate.rs
andrunner/predicate_value.rs
:hurl/packages/hurl/src/runner/predicate.rs
Lines 345 to 374 in 07e2fc7
The code should be move to
Value.rs
by implemetingeq
,start_with
on directlyValue
+ test unit are simplerThe text was updated successfully, but these errors were encountered: