rifie / UnitTesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech in Asia PDC 2017 Demo

A Full example of Android Unit Testing using JUnit, Mockito and Robolectric, with MVP and Dagger 2

This demo use ebay API, please register here in order to get consumer ID: https://go.developer.ebay.com/

After that, you can go to DemoApplication.java and change the ID.

private static final String EBAY_CONSUMER_ID = "0";

About

License:MIT License