mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-12 11:49:38 +02:00
Fuzz different methods
This commit is contained in:
parent
343fc6cf65
commit
556766e0bf
39 changed files with 377 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue