Uses of Interface
com.code_intelligence.jazzer.api.Function2
Packages that use Function2
-
Uses of Function2 in com.code_intelligence.jazzer.api
Methods in com.code_intelligence.jazzer.api with parameters of type Function2Modifier and TypeMethodDescriptionstatic <T1,
T2, R> R Autofuzz.autofuzz
(FuzzedDataProvider data, Function2<T1, T2, R> func) Attempts to invokefunc
with arguments created automatically from the fuzzer input using only public methods available on the classpath.