Closed schirrmacher closed 1 year ago
The FuzzTest
annotation is in com.code_intelligence.jazzer.junit.FuzzTest
. This requires the junit package rather than the api package.
<dependency>
<groupId>com.code-intelligence</groupId>
<artifactId>jazzer-junit</artifactId>
<version>0.17.1</version>
<scope>test</scope>
</dependency>
I imported the wrong package which was proposed by Maven search. Appologies!
I added Jazzer to my dependencies:
testImplementation 'com.code-intelligence:jazzer-api:0.18.0'
The documentation mentions the
@FuzzTest
annotation. But I cannot find it in the package: