Add Hilt(Dagger) example unit tests for Core
This commit is contained in:
parent
488f020ab1
commit
7a0776ba9d
4 changed files with 102 additions and 1 deletions
|
|
@ -36,4 +36,6 @@ dependencies {
|
|||
testImplementation "org.mockito.kotlin:mockito-kotlin:$testing_kotlin_mockito_version"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
kaptTest "com.google.dagger:dagger-compiler:$hilt_version"
|
||||
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue