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