Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DTestRunner.java290 TestCase testcase = null; in run() local
292 testcase = (TestCase) test; in run()
298 if (testcase != null) { in run()
299 testcase.setUp(mContext); in run()
315 if (testcase != null && didSetup) { in run()
317 testcase.tearDown(); in run()
338 AndroidTestCase testcase = (AndroidTestCase) test; in run() local
340 testcase.setContext(mContext); in run()
341 testcase.setTestContext(mContext); in run()
499 AndroidTestCase testcase = (AndroidTestCase) test; in runSingleJunitTest() local
[all …]
/frameworks/compile/slang/lit-tests/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh100 --testcase)
/frameworks/base/docs/html/training/activity-testing/
Dactivity-unit-testing.jd11 <li><a href="#testcase">Create a Test Case for Activity Unit Testing</a>
54 <h2 id="testcase">Create a Test Case for Activity Unit Testing</h2>
Dactivity-ui-testing.jd12 <li><a href="#testcase">Create a Test Case for UI Testing with Instrumentation</a>
54 <h2 id="testcase">Create a Test Case for UI Testing with Instrumentation</h2>
Dactivity-basic-testing.jd12 <li><a href="#testcase">Create a Test Case for Activity Testing</a>
44 <h2 id="testcase">Create a Test Case</h2>