Uses of Interface
com.code_intelligence.jazzer.api.Consumer1
-
Uses of Consumer1 in com.code_intelligence.jazzer.api
Modifier and TypeMethodDescriptionstatic <T1> void
Autofuzz.autofuzz
(FuzzedDataProvider data, Consumer1<T1> func) Attempts to invokefunc
with arguments created automatically from the fuzzer input using only public methods available on the classpath.