Last active
January 20, 2020 23:09
-
-
Save CostaFot/6b0260e0d53605c411acd41800fb86c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
// .. other dependencies | |
// .. | |
// testing dependencies | |
testImplementation 'androidx.test.ext:junit:1.1.2-alpha03' | |
testImplementation 'org.mockito:mockito-core:3.0.0' | |
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0' | |
testImplementation 'org.mockito:mockito-inline:3.0.0' | |
testImplementation 'org.amshove.kluent:kluent:1.51' | |
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.2' | |
testImplementation 'androidx.arch.core:core-testing:2.1.0' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment