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