diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2024-12-18 11:40:41 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-20 20:03:10 +0000 |
commit | b5bfc6f36e2d89743b495bb5823f567e965dc31b (patch) | |
tree | b83d017c18b74895b9ef5612815b40cb38443d9f /server/sonar-auth-saml/build.gradle | |
parent | 8cbbddea1c9d1b4fb59939d28f5a1a322af43e6b (diff) | |
download | sonarqube-b5bfc6f36e2d89743b495bb5823f567e965dc31b.tar.gz sonarqube-b5bfc6f36e2d89743b495bb5823f567e965dc31b.zip |
SONAR-24023 Add tests for SamlPrivateKeyConverter and SamlCertificateConverter
Diffstat (limited to 'server/sonar-auth-saml/build.gradle')
-rw-r--r-- | server/sonar-auth-saml/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-auth-saml/build.gradle b/server/sonar-auth-saml/build.gradle index 5ed7c5d8f9e..955aa9cfd53 100644 --- a/server/sonar-auth-saml/build.gradle +++ b/server/sonar-auth-saml/build.gradle @@ -24,6 +24,7 @@ dependencies { testImplementation 'junit:junit' testImplementation 'org.assertj:assertj-core' testImplementation 'org.junit.jupiter:junit-jupiter-api' + testImplementation 'org.junit.jupiter:junit-jupiter-params' testImplementation 'org.mockito:mockito-core' testImplementation 'org.mockito:mockito-junit-jupiter' testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures' |