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 ffb84cd
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 378 deletions.
3 changes: 3 additions & 0 deletions adaptive/build.gradle
Expand Up @@ -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 ffb84cd

Please sign in to comment.