fuzz_results {fuzzr} | R Documentation |
Access individual fuzz test results
fuzz_value(fr, index = NULL, ...)
fuzz_call(fr, index = NULL, ...)
fr |
|
index |
The test index (by position) to access. Same as the
|
... |
Additional arguments must be named regex patterns that will be used to match against test names. The names of the patterns must match the function argument name(s) whose test names you wish to match. |
fuzz_value
: Access the object returned by the fuzz test
fuzz_call
: Access the call used for the fuzz test