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