Searched refs:testcase (Results 1 – 12 of 12) sorted by relevance
305 TestDescription testcase = new TestDescription("Foo", "foo"); in testMergeRetriedRunResults_checkMergingStackTraces() local312 result1.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces()313 result1.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces()317 result2.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces()318 result2.testFailed(testcase, "Second run failed."); in testMergeRetriedRunResults_checkMergingStackTraces()319 result2.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces()323 result3.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces()324 result3.testEnded(testcase, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces()328 result4.testStarted(testcase); in testMergeRetriedRunResults_checkMergingStackTraces()329 result4.testFailed(testcase, "Fourth run failed."); in testMergeRetriedRunResults_checkMergingStackTraces()[all …]
60 def run_test(self, testcase): argument71 'test': testcase}98 def create_test_method(testcase, log_path): argument108 test_function_name = 'test_%s' % testcase.replace(' ', '_')111 self.test_passed = self.run_test(testcase)113 failed_message = 'Running command: %s failed.\n' % testcase
63 Note: Bug BT-764 would simplify this testcase.86 Note: Bug BT-764 would simplify this testcase.109 Note: Bug BT-764 would simplify this testcase.152 Note: Bug BT-764 would simplify this testcase.189 Note: Bug BT-451 would simplify this testcase.
81 for (Map.Entry<String, String> testcase : t.entrySet()) { in testDecodeRle()82 final String input = testcase.getKey(); in testDecodeRle()83 final String output = testcase.getValue(); in testDecodeRle()119 for (Map.Entry<String, String> testcase : t.entrySet()) { in testDecode()120 final String input = testcase.getKey(); in testDecode()121 final String output = testcase.getValue(); in testDecode()
414 testcase = self.anritsu.get_AnritsuTestCases()417 testcase.procedure = md8475a.TestProcedure.PROCEDURE_SELECTION418 testcase.procedure = md8475a.TestProcedure.PROCEDURE_MULTICELL419 testcase.power_control = md8475a.TestPowerControl.POWER_CONTROL_DISABLE420 testcase.measurement_LTE = md8475a.TestMeasurement.MEASUREMENT_DISABLE
202 Using Example testcase TC_SLA_KDU_BV_02_C.207 4. Run the example testcase.214 7. Rerun testcase.
529 Note: Run these commands before executing the testcase on PTS Side537 Note: Run these commands before executing the testcase on PTS Side548 Note: Run the first 4 commands before executing the testcase on PTS Side562 Note: Run the first 4 commands before executing the testcase on PTS Side
30 Note: Assumption that devices are paired from previous testcase
32 #Potential new instructions for SIG testcase rewrite1385 Note: This testcase is tricky as the order randomises a bit each time...
1544 def take_btsnoop_log(ad, testcase, testname): argument1573 testcase.log.info(1577 def take_btsnoop_logs(android_devices, testcase, testname): argument1586 take_btsnoop_log(a, testcase, testname)
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...