FuzzerDataProvider data for multiple variables #823
-
Good evening! I decided to test the fuzzer on functions that take in several variables of different types. To see what the phaszer puts inside my variable each time, I decided to use the Me code looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
All the |
Beta Was this translation helpful? Give feedback.
All the
consumeRemaining*
functions consume the entire remaining fuzzer input, meaning that all calls that come after them will return constant default values. Could you try reordering your calls so that this function is invoked last?