Issue#67 Extract InstantExecutorExtension

This commit is contained in:
Gergely Hegedus 2022-07-12 11:31:06 +03:00
parent 8d60a37b16
commit 3b96a5d9eb
14 changed files with 75 additions and 9 deletions

View file

@ -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')
}