Liking cljdoc? Tell your friends :D

com.code-intelligence.jazzer-clj.core


deftargetcljmacro

(deftarget class-name [input-sym] & body)

Define a Jazzer fuzz target.

(deftarget com.example.MyTarget [input] (do-something (.consumeInt input)))

The input parameter is of type com.code_intelligence.jazzer.api.FuzzedDataProvider and can be used in the body to obtain input data for the test.

Define a Jazzer fuzz target.

  (deftarget com.example.MyTarget [input]
    (do-something (.consumeInt input)))

The input parameter is of type
`com.code_intelligence.jazzer.api.FuzzedDataProvider` and can be used in the
body to obtain input data for the test.
sourceraw docstring

fuzzer-test-one-input-signatureclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close