Skip to content

Commit

Permalink
Use test harness in adaptive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Nov 21, 2022
1 parent c24138e commit d6100a5
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 380 deletions.
7 changes: 5 additions & 2 deletions adaptive/build.gradle
Expand Up @@ -71,8 +71,8 @@ android {

sourceSets {
test {
java.srcDirs += 'src/sharedTest/kotlin'
res.srcDirs += 'src/sharedTest/res'
//java.srcDirs += 'src/sharedTest/kotlin'
//res.srcDirs += 'src/sharedTest/res'
}
androidTest {
java.srcDirs += 'src/sharedTest/kotlin'
Expand All @@ -96,6 +96,9 @@ dependencies {
androidTestImplementation project(':internal-testutils')
testImplementation project(':internal-testutils')

androidTestImplementation project(':testharness')
testImplementation project(':testharness')

androidTestImplementation libs.junit
testImplementation libs.junit

Expand Down

0 comments on commit d6100a5

Please sign in to comment.