Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 852 Bytes

File metadata and controls

21 lines (15 loc) · 852 Bytes

AndroidHttpMockingExamples

These are examples by @HandstandSam - https://handstandsam.com to allow you to mock out external HTTP services on and Android device itself.

Android "androidTest" Examples for:

  • WireMock 2.8.0
  • okhttp MockWebServer 3.8.0

Links

Credits

The Sample Application and Espresso Testing Logic is from the following repositories:

Thanks @yogurtearl for tips about how he got WireMock 1.x to work on Android.

Thanks @abhagupta for your help in wrangling WireMock 2.1.x to work on Android.