Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Last active January 20, 2020 23:09
Show Gist options
  • Save CostaFot/6b0260e0d53605c411acd41800fb86c2 to your computer and use it in GitHub Desktop.
Save CostaFot/6b0260e0d53605c411acd41800fb86c2 to your computer and use it in GitHub Desktop.
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