1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00
This commit is contained in:
Paul Schaub 2025-07-23 10:40:45 +02:00
parent 8f41fb0f27
commit 880b0720db
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
23 changed files with 226 additions and 6 deletions

View file

@ -12,6 +12,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:$jazzerVersion"
// Mocking Components
testImplementation "org.mockito:mockito-core:$mockitoVersion"