Skip to content

Commit

Permalink
Add mockito-junit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 4, 2023
1 parent d3cc294 commit 9a2a900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ testing {
test {
dependencies {
implementation libs.h2
implementation libs.mockitoJunit
}
}
integrationTest(JvmTestSuite) {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencyResolutionManagement {
library('hamcrest', 'org.hamcrest:hamcrest-all:1.3')
library('hamcrestResultSetMatcher', 'com.exasol:hamcrest-resultset-matcher:1.6.3')
library('mockito', 'org.mockito:mockito-core:5.7.0')
library('mockitoJunit', 'org.mockito:mockito-junit-jupiter:5.7.0')
library('slf4jLogger', 'org.slf4j:slf4j-jdk14:2.0.9')
library('exasolJdbc', 'com.exasol:exasol-jdbc:7.1.20')
library('exasolTestcontainers', 'com.exasol:exasol-testcontainers:7.0.0')
Expand Down

0 comments on commit 9a2a900

Please sign in to comment.