Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 282 Bytes

RetrofitRequest

This is a sample app that uses Retrofit 2 to make GET,PUT, POST request.

Android Instrumented Test

We will be using Espresso and MockWebserver to create the instrumented test.

Android JUnit Test

We will be using Mockito and Junit to create the Junit test.