Searched refs:testCase (Results 1 – 1 of 1) sorted by relevance
38 public static void testSetup(final Context context, final TestCase testCase) { in testSetup() argument48 MockitoAnnotations.initMocks(testCase); in testSetup()54 public static void testTeardown(final TestCase testCase) { in testTeardown() argument55 if (testCase instanceof InstrumentationTestCase) { in testTeardown()58 ((InstrumentationTestCase) testCase).getInstrumentation().waitForIdleSync(); in testTeardown()