Add Hilt(Dagger) example of android/shared tests
This commit is contained in:
parent
e8d0c746b9
commit
e4f42baaed
34 changed files with 840 additions and 91 deletions
|
|
@ -45,7 +45,7 @@ task unitTests(dependsOn: ["app:testKoinDebugUnitTest", "app:testHiltDebugUnitTe
|
|||
description = 'Run all unit tests'
|
||||
}
|
||||
|
||||
task androidTests(dependsOn: "app:connectedAndroidTest"){
|
||||
task androidTests(dependsOn: ["app:connectedKoinDebugAndroidTest", "app:connectedHiltDebugAndroidTest"]){
|
||||
group = 'Tests'
|
||||
description = 'Run all Android tests'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue