Searched refs:testTimes (Results 1 – 3 of 3) sorted by relevance
153 the "testName"'s value under "testRunList" and the "testTimes" should have the "startTimestamp"'s v…163 "startTimestamp":1515562811, <- "testTimes" should be copied from here168 "startTimestamp":1515562811, <- "testTimes" should be copied from here178 "testTimes": [1515562811, 1515562811]183 "testTimes": [1515562811, 1515562811]187 "testModules" and "testTimes"'s elements order is also matter.
430 List<Long> testTimes = report.getTestModuleStartTimestampList(); in insertTestPlanReport() local431 if (testModules.size() != testTimes.size() || !report.hasTestPlanName()) { in insertTestPlanReport()441 long time = testTimes.get(index); in insertTestPlanReport()
209 private List<Long> testTimes; field in TestDataForDevServlet.TestPlanReportDataObject.TestPlan575 long time = testPlan.testTimes.get(idx); in doPost()