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

Add tests for SharedPGPCertificateDirectoryAdapter

This commit is contained in:
Paul Schaub 2022-02-11 19:33:54 +01:00
parent 0ef4f3b781
commit 04be9d9dcc
9 changed files with 286 additions and 2 deletions

View file

@ -17,6 +17,8 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
// Logging
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"