Issue#67 Extract InstantExecutorExtension
This commit is contained in:
parent
8d60a37b16
commit
3b96a5d9eb
14 changed files with 75 additions and 9 deletions
|
|
@ -107,10 +107,11 @@ dependencies {
|
|||
androidTestImplementation project(':mockserver')
|
||||
|
||||
testImplementation testFixtures(project(':core'))
|
||||
testImplementation project(':test-util-junit5-android')
|
||||
androidTestImplementation testFixtures(project(':core'))
|
||||
implementation project(':test-util-shared-robolectric')
|
||||
testImplementation project(':test-util-shared-robolectric')
|
||||
androidTestImplementation project(':test-util-shared-android')
|
||||
implementation project(':test-util-android')
|
||||
testImplementation project(':test-util-android')
|
||||
androidTestImplementation project(':test-util-android')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue