Skip to content

Instantly share code, notes, and snippets.

@Feroz-Istar
Created August 25, 2019 13:42
Show Gist options
  • Save Feroz-Istar/8e1bdfd894df868133a3fec871e92427 to your computer and use it in GitHub Desktop.
Save Feroz-Istar/8e1bdfd894df868133a3fec871e92427 to your computer and use it in GitHub Desktop.
androidTestImplementation 'androidx.test:core:1.0.0'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test:rules:1.1.0'
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
implementation "com.google.truth:truth:1.0"
androd {
...
....
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
unitTests.includeAndroidResources = true
}
}
above is build. gradle file which contain implementation for com.google.truth:truth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment