Searched refs:testcase (Results 1 – 3 of 3) sorted by relevance
291 TestCase testcase = null; in run() local293 testcase = (TestCase) test; in run()299 if (testcase != null) { in run()300 testcase.setUp(mContext); in run()316 if (testcase != null && didSetup) { in run()318 testcase.tearDown(); in run()339 AndroidTestCase testcase = (AndroidTestCase) test; in run() local341 testcase.setContext(mContext); in run()342 testcase.setTestContext(mContext); in run()500 AndroidTestCase testcase = (AndroidTestCase) test; in runSingleJunitTest() local[all …]
5 Each testcase is a separate .rs file, and comments inside the testcase are
100 --testcase)