You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fuzzing, ideally we'd like to test against invalid user-provided call messages as well as valid. This means that we need some Arbitrary implementor with invalid input generation logic. We have several options: wecould either modify the Arbitrary implementation for CallMessage directly, or have a wrapper type, or have some helper functions.
When fuzzing, ideally we'd like to test against invalid user-provided call messages as well as valid. This means that we need some
Arbitrary
implementor with invalid input generation logic. We have several options: wecould either modify theArbitrary
implementation forCallMessage
directly, or have a wrapper type, or have some helper functions.Context: #651 (comment)
The text was updated successfully, but these errors were encountered: