1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-13 04:09:38 +02:00

Fuzz different methods

This commit is contained in:
Paul Schaub 2025-07-04 17:37:26 +02:00
parent 71cc4c78c4
commit 63c2149348
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
38 changed files with 376 additions and 0 deletions

View file

@ -18,6 +18,9 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Jazzer for Fuzzing
testImplementation "com.code-intelligence:jazzer-junit:0.24.0"
// Logging
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"