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/test-runner/src/android/test/
DAndroidTestRunner.java53 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
113 TestCase testCase = (TestCase) constructor.newInstance(args); in newSingleTestMethod() local
DTestCaseUtil.java125 TestCase testCase = (TestCase) test; in getTestName() local
DTestRunner.java394 public void runInPerformanceMode(Object testCase, String className, boolean junitTest, in runInPerformanceMode()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java34 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java110 TestCase testCase = (TestCase) clazz.newInstance(); in addSingleTestMethod() local
DUiAutomatorTestRunner.java426 protected void prepareTestCase(TestCase testCase) { in prepareTestCase()
/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