/*Espresso testing */ | |
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' |
Full code of dependency:CODE
Toast message check
Code END