NullPointerException - getInstrumentation().getContext()
Here's a beginner mistake... The following code:
public class ReactiveApiTest extends InstrumentationTestCase {
protected LocalJsonClient mLocalJsonClient;
public ReactiveApiTest() {
super();
mLocalJsonClient = new LocalJsonClient(
getInstrumentation().getContext(