1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-17 01:31:08 +01:00

Streams issue

This commit is contained in:
DenBond7 2023-02-09 09:16:06 +02:00
parent 6c2331d4e6
commit a471a9eda8
No known key found for this signature in database
GPG key ID: F74FC4E6441BA8C3
4 changed files with 219 additions and 0 deletions

View file

@ -12,6 +12,9 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
//JavaMail
testImplementation "com.sun.mail:jakarta.mail:2.0.1"
// Mocking Components
testImplementation "org.mockito:mockito-core:$mockitoVersion"