Added basic JUnit files

This commit is contained in:
Batuhan Berk Başoğlu 2018-10-31 13:24:01 -04:00
parent 674ed9352f
commit ec69678da4
6 changed files with 65 additions and 0 deletions

View file

@ -31,6 +31,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.0-alpha-3-SNAPSHOT'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.jaredrummler:material-spinner:1.2.5'
implementation 'com.android.support:design:28.0.0-alpha3'