Home
last modified time | relevance | path

Searched refs:testCase (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/
DTestUtil.java38 public static void testSetup(final Context context, final TestCase testCase) { in testSetup() argument
48 MockitoAnnotations.initMocks(testCase); in testSetup()
54 public static void testTeardown(final TestCase testCase) { in testTeardown() argument
55 if (testCase instanceof InstrumentationTestCase) { in testTeardown()
58 ((InstrumentationTestCase) testCase).getInstrumentation().waitForIdleSync(); in testTeardown()