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