Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 35) sorted by relevance

12

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java100 assertEquals("Sample", report.getSummary().getMessage()); in testParse_summaryOnly()
106 assertEquals("Sample", report.getSummary().getMessage()); in testParse_full()
127 assertEquals("Expected message to be ok", MESSAGE, metric.getMessage()); in testLimits_message()
136 metric.getMessage()); in testLimits_message()
DResultHandlerTest.java555 assertNull("Unexpected message", moduleATest1.getMessage()); in checkResult()
578 assertEquals("Incorrect message", MESSAGE, moduleBTest3.getMessage()); in checkResult()
611 assertNull("Unexpected message", moduleBTest4.getMessage()); in checkResult()
619 assertEquals("Incorrect message", SUMMARY_MESSAGE, summary.getMessage()); in checkResult()
633 assertNull("Unexpected message", moduleBTest5.getMessage()); in checkResult()
DCaseResultTest.java64 assertEquals("Expected message to be set", MESSAGE, testResult.getMessage()); in testResultReporting()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DPollingCheckTest.java100 assertEquals("Expected message", e.getMessage()); in testCheckMessage()
109 assertEquals("Unexpected timeout waiting for condition", e.getMessage()); in testWaitForTimeout()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSpreadSheetSyncServlet.java86 logger.log(Level.SEVERE, ioe.getMessage()); in init()
88 logger.log(Level.SEVERE, exception.getMessage()); in init()
169 logger.log(Level.SEVERE, gse.getMessage()); in doGet()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DLogcatInspector.java71 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatContainsInOrder()
90 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatDoesNotContainInOrder()
DMetricsXmlSerializer.java43 mXmlSerializer.attribute(null, "message", summary.getMessage()); in serialize()
DITestResult.java51 String getMessage(); in getMessage() method
DBusinessLogic.java108 re.getMessage()); in applyLogicsFor()
139 msg.append(String.format("\nMessage [%s]: %s", description, re.getMessage())); in throwAggregatedException()
DReportLog.java109 public String getMessage() { in getMessage() method in ReportLog.Metric
129 serializer.attribute(null, MESSAGE_ATTR, getMessage()); in serialize()
DTestResult.java83 public String getMessage() { in getMessage() method in TestResult
DBusinessLogicExecutor.java87 RuntimeException re = new RuntimeException(t.getMessage(), t.getCause()); in executeAction()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java80 throw new TargetSetupError(e.getMessage()); in loadFilePushGroups()
107 throw new TargetSetupError(e.getMessage()); in loadFilePushGroup()
127 throw new TargetSetupError(e.getMessage()); in loadFilePushGroup()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTestPlanResultReporter.java177 CLog.e("Failed to get test dir, error: " + e.getMessage()); in addApiReportToTestPlanMessage()
197 CLog.e("Failed to get spec files, error: " + e.getMessage()); in addApiReportToTestPlanMessage()
234 + " error: " + e.getMessage()); in addApiReportToTestPlanMessage()
267 CLog.e("Failed to parse hal release file, error: " + e.getMessage()); in creatHalRelaseMap()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java109 interruptMessage = (e.getMessage() != null ? e.getMessage() : ""); in runPythonRunner()
/test/vti/dashboard/src/test/java/com/android/vts/api/
DVtsSpreadSheetSyncServletTest.java89 log.error(e.getMessage()); in setUpExtra()
91 log.error(e.getMessage()); in setUpExtra()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java213 return new BenchmarkResult(e.getMessage()); in runBenchmarkLoop()
226 benchmarkResult.setBenchmarkError(e.getMessage()); in runCompilationBenchmarkLoop()
240 BenchmarkResult r = new BenchmarkResult(e.getMessage()); in getBenchmark()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DCrashReporter.java72 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in upload()
87 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in setUp()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DPresubmitSetupValidation.java44 + "CTS unit tests configuration.", e.getMessage())); in testCtsPresubmit_unit_tests()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparerTest.java180 assertEquals("Could not push adapter.", e.getMessage()); in testOnSetupAdapterNotFound()
204 assertEquals("HAL adapter setup failed.", e.getMessage()); in testOnSetUpAdapterFailed()
/test/vti/dashboard/src/main/java/com/android/vts/config/
DObjectifyListener.java153 logger.log(Level.SEVERE, e.getMessage()); in contextInitialized()
155 logger.log(Level.SEVERE, e.getMessage()); in contextInitialized()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java99 + " are supported by the device ('[armeabi]').", e.getMessage()); in testGetAbis_notSupported()
138 + "this CTS currently supports '[armeabi-v7a, arm64-v8a]'.", e.getMessage()); in testGetAbis_primaryAbiOnly_NotSupported()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java176 expected.getMessage()); in testLocalRead_fileNotFound()
197 expected.getMessage()); in testResourceRead_notFound()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java71 deviceInfoName, e.getMessage())); in testCollectDeviceInfo()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java320 printLine(e.getMessage()); in splitModules()
481 printLine(e.getMessage()); in listSubPlans()
505 printLine("Error: " + e.getMessage()); in addSubPlan()

12