Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java38 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTestCaseNamesForTestCaseWithSuiteMethod() local
72 TestCase testCase = new OneTestTestCase(); in suite() local
/frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
DPropertyNodesVerifier.java33 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java51 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
94 TestCase testCase = (TestCase) testClass.newInstance(); in buildSingleTestMethod() local
DTestBrowserControllerImpl.java69 TestCase testCase = (TestCase) test; in getIntentForTestAt() local
DTestCaseUtil.java125 TestCase testCase = (TestCase) test; in getTestName() local
DTestRunner.java394 public void runInPerformanceMode(Object testCase, String className, boolean junitTest, in runInPerformanceMode()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java46 public TestMethod(TestCase testCase) { in TestMethod()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java105 TestCase testCase = (TestCase) test; in testName() local
DInstrumentationTestSuiteBuilderTest.java112 TestCase testCase = (TestCase) test; in testName() local
/frameworks/base/test-runner/src/junit/textui/
DTestRunner.java153 String testCase= ""; in start() local