Home
last modified time | relevance | path

Searched refs:testResults (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java66 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun() argument
86 testResults.addTestRun(testRun, testCases); in processTestRun()
146 TestResults testResults = new TestResults(testName); in doGetHandler() local
177 processTestRun(testResults, entityMap.get(key)); in doGetHandler()
179 testResults.processReport(); in doGetHandler()
181 if (testResults.profilingPointNames.length == 0) { in doGetHandler()
192 request.setAttribute("headerRow", new Gson().toJson(testResults.headerRow)); in doGetHandler()
193 request.setAttribute("timeGrid", new Gson().toJson(testResults.timeGrid)); in doGetHandler()
194 request.setAttribute("durationGrid", new Gson().toJson(testResults.durationGrid)); in doGetHandler()
195 request.setAttribute("summaryGrid", new Gson().toJson(testResults.summaryGrid)); in doGetHandler()
[all …]
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java170 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting() local
171 assertEquals("Expected 3 tests", 3, testResults.size()); in testResultReporting()
224 List<ITestResult> testResults = caseResult.getResults(); in testRepeatedExecutions() local
225 assertEquals("Expected 3 tests", 3, testResults.size()); in testRepeatedExecutions()
287 List<ITestResult> testResults = case1.getResults(); in testRetry() local
288 assertEquals("Expected 2 tests", 2, testResults.size()); in testRetry()
404 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting_moduleNotDone() local
405 assertEquals("Expected 1 tests", 1, testResults.size()); in testResultReporting_moduleNotDone()
542 List<ITestResult> testResults = caseResult.getResults(); in testResultReporter_sharded() local
543 assertEquals("Expected 2 test cases", 2, testResults.size()); in testResultReporter_sharded()
[all …]