Searched defs:testCase (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
H A Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifier.java34 public PropertyNodesVerifier(AndroidTestCase testCase) { argument
37 mAndroidTestCase = testCase;
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java46 public TestMethod(TestCase testCase) { argument
47 this(testCase.getName(), testCase.getClass());
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java394 public void runInPerformanceMode(Object testCase, String className, boolean junitTest, argument
444 junit.textui.TestRunner.run((junit.framework.Test) testCase);
447 Runnable test = (Runnable) testCase;
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java142 for (TestCase testCase : testCases) {
143 prepareTestCase(testCase);
144 testCase.run(testRunResult);
400 * @param testCase
402 protected void prepareTestCase(TestCase testCase) { argument
403 ((UiAutomatorTestCase)testCase).setAutomationSupport(mAutomationSupport);
404 ((UiAutomatorTestCase)testCase).setUiDevice(mUiDevice);
405 ((UiAutomatorTestCase)testCase).setParams(mParams);

Completed in 4073 milliseconds