Skip to content

Commit

Permalink
Share Matchers across modules to remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Feb 19, 2022
1 parent 6e8bece commit dea3078
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 411 deletions.
10 changes: 9 additions & 1 deletion library-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ android {
}
}

sourceSets {
main {
java {
srcDirs += ["../library/src/androidTest/java/com/alexstyl/contactstore/test"]
}
}
}

dependencies {
implementation project(':library')
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
implementation "junit:junit:$junitVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
testImplementation "org.robolectric:robolectric:$robolectricVersion"
}
}

This file was deleted.

Loading

0 comments on commit dea3078

Please sign in to comment.