From cac92bc49500c4e18462e16702ceddf14be6483f Mon Sep 17 00:00:00 2001 From: chnouman Date: Mon, 31 May 2021 22:44:33 +0500 Subject: [PATCH] Updated ReadMe file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3db0a..f48e2a8 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ You can use [Android Studio](http://developer.android.com/sdk/installing/studio. - Using Room Persistence for local database - Using Koin for Dependency Injection (ViewModels, WebService and Preferences) - Using Retrofit to request api network -- Using JUnit4 with Mockito to write Unit tests - Using Glide for loading image from url - Using RxJava3 for Threading +- Using JUnit4 with Mockito to write Unit tests +- Using JUnit4 with Espresso for UI Testing ## Dependencies : @@ -47,6 +48,7 @@ You can use [Android Studio](http://developer.android.com/sdk/installing/studio. - [Glide](https://github.com/bumptech/glide) - [Koin](https://github.com/InsertKoinIO/koin) - [AndroidX](https://mvnrepository.com/artifact/androidx) +- [Espresso](https://github.com/android/testing-samples) ## Author