Searched refs:testResults (Results 1 – 2 of 2) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowTableServlet.java | 66 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/ |
D | ResultReporterTest.java | 171 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting() local 172 assertEquals("Expected 3 tests", 3, testResults.size()); in testResultReporting() 225 List<ITestResult> testResults = caseResult.getResults(); in testRepeatedExecutions() local 226 assertEquals("Expected 3 tests", 3, testResults.size()); in testRepeatedExecutions() 288 List<ITestResult> testResults = case1.getResults(); in testRetry() local 289 assertEquals("Expected 2 tests", 2, testResults.size()); in testRetry() 405 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting_moduleNotDone() local 406 assertEquals("Expected 1 tests", 1, testResults.size()); in testResultReporting_moduleNotDone() 543 List<ITestResult> testResults = caseResult.getResults(); in testResultReporter_sharded() local 544 assertEquals("Expected 2 test cases", 2, testResults.size()); in testResultReporter_sharded()
|