Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/atest/
Datest_integration_tests.py60 def run_test(self, testcase): argument
98 def create_test_method(testcase, log_path): argument
/tools/tradefederation/core/atest/
Datest_integration_tests.py60 def run_test(self, testcase): argument
98 def create_test_method(testcase, log_path): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestRunResultTest.java305 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_checkMergingStackTraces() local
431 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_runFailures() local
473 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_incompleteRun() local
571 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_testCaseStatus() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestXmlResultParser.java163 private void processTestResult(Element testcase) { in processTestResult()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1602 def take_btsnoop_log(ad, testcase, testname): argument
1635 def take_btsnoop_logs(android_devices, testcase, testname): argument