Searched refs:testcase (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | TestRunResultTest.java | 256 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_checkMergingStackTraces() local 263 result1.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() 264 result1.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 268 result2.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() 269 result2.testFailed(testcase, "Second run failed."); in testMergeRetriedRunResults_checkMergingStackTraces() 270 result2.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 274 result3.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() 275 result3.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 279 result4.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() 280 result4.testFailed(testcase, "Fourth run failed."); in testMergeRetriedRunResults_checkMergingStackTraces() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | GTestXmlResultParser.java | 161 private void processTestResult(Element testcase) { in processTestResult() argument 162 String classname = testcase.getAttribute("classname"); in processTestResult() 163 String testname = testcase.getAttribute("name"); in processTestResult() 164 String runtime = testcase.getAttribute("time"); in processTestResult() 174 if (testcase.getElementsByTagName("failure").getLength() != 0) { in processTestResult() 175 String trace = ((Element)testcase.getElementsByTagName("failure").item(0)) in processTestResult()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | FakeTestTest.java | 72 for (Map.Entry<String, String> testcase : t.entrySet()) { in testDecodeRle() 73 final String input = testcase.getKey(); in testDecodeRle() 74 final String output = testcase.getValue(); in testDecodeRle() 110 for (Map.Entry<String, String> testcase : t.entrySet()) { in testDecode() 111 final String input = testcase.getKey(); in testDecode() 112 final String output = testcase.getValue(); in testDecode()
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 202 Using Example testcase TC_SLA_KDU_BV_02_C. 207 4. Run the example testcase. 214 7. Rerun testcase.
|
D | GAP_PTS_INSTRUCTIONS | 491 Note: Run these commands before executing the testcase on PTS Side 499 Note: Run these commands before executing the testcase on PTS Side 510 Note: Run the first 4 commands before executing the testcase on PTS Side 524 Note: Run the first 4 commands before executing the testcase on PTS Side
|
D | L2CAP_PTS_INSTRUCTIONS | 30 Note: Assumption that devices are paired from previous testcase
|
D | GATT_PTS_INSTRUCTIONS | 32 #Potential new instructions for SIG testcase rewrite 1385 Note: This testcase is tricky as the order randomises a bit each time...
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 1019 def take_btsnoop_logs(android_devices, testcase, testname): argument 1028 take_btsnoop_log(a, testcase, testname) 1031 def take_btsnoop_log(ad, testcase, testname): argument 1060 testcase.log.info(
|