feat: added Mockito

This commit is contained in:
Andrey Terentev 2024-11-25 23:18:38 +07:00
parent 9cc30c7095
commit 9638f2eb6f

View File

@ -43,6 +43,7 @@ subprojects {
testImplementation platform('org.junit:junit-bom:5.10.0') testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.mockito:mockito-core:5.14.2'
} }
test { test {