jazzer
jazzer copied to clipboard
feat: add char and Character mutator
We forgot about chars in the past!
Not sure if @Positive and @Negative , etc. make sense on chars (the only signed integral in Java? :laughing:)
@InRange can be used like in the sample fuzz test.
fuzzerTestOneInput(@InRange(min = '\u0000', max = '\uFFFF') char data) {