Home
last modified time | relevance | path

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

/cts/tools/host/test/com/android/cts/
DTestSessionBuilderTests.java128 TestCase testCase = testSuite.getTestCases().iterator().next(); in testBuildSimpleSession() local
309 TestCase testCase = testSuite.getTestCases().iterator().next(); in testBuildSessionWithDependency() local
391 TestCase testCase = testSuite.getTestCases().iterator().next(); in testBuildSessionFromEmbeddedSuites() local
495 TestCase testCase = testSuite.getTestCases().iterator().next(); in testExcludingFromXmlFile() local
579 TestCase testCase = testSuite.getTestCases().iterator().next(); in testExcludingEmbeddedSuite() local
728 TestCase testCase = testSuite.getTestCases().iterator().next(); in testExcludingTestCase() local
870 TestCase testCase = testSuite.getTestCases().iterator().next(); in testExcludingTest() local
1018 TestCase testCase = testSuite.getTestCases().iterator().next(); in testCreatePlanWithExcludedList() local
1119 TestCase testCase = testSubSuite.getTestCases().iterator().next(); in testCreatePlanWithExcludedListForNestedSuite() local
1191 TestCase testCase = testSuite.getTestCases().iterator().next(); in testBuildProtocolPlan() local
[all …]
/cts/tools/host/src/com/android/cts/
DHostUnitTestRunner.java134 TestCase testCase = (TestCase) testClass.newInstance(); in buildTestMethod() local
DTestSessionBuilder.java376 TestCase testCase = new TestCase(suite, cName, priority); in loadSuite() local
413 private Test loadTest(final TestPackage pkg, TestCase testCase, in loadTest()
DTestPackage.java260 TestCase testCase = getTestCaseByName(testCaseFullName); in getAllTestNames() local