public ListActivityTestHelper(ActivityTestCase testCase, T activity) {
   this(testCase.getInstrumentation(), activity);
 }