Home
last modified time | relevance | path

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

/frameworks/base/tests/CoreTests/android/test/
DTestCaseUtilTest.java38 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTestCaseNamesForTestCaseWithSuiteMethod() local
72 TestCase testCase = new OneTestTestCase(); in suite() local
/frameworks/base/test-runner/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/android/test/suitebuilder/
DTestMethod.java46 public TestMethod(TestCase testCase) { in TestMethod()
/frameworks/base/tests/CoreTests/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/junit/textui/
DTestRunner.java153 String testCase= ""; in start() local