Searched defs:testRun (Results 1 – 4 of 4) sorted by relevance
81 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun()195 Entity testRun; in doGetHandler() local
124 private static String getDeviceSummary(Entity testRun, String selectedDevice) { in getDeviceSummary()
100 public void addTestRun(Entity testRun, Iterable<Entity> testCaseRuns, in addTestRun()214 TestRunEntity testRun = testRuns.get(col); in processReport() local
222 private boolean testRun() { in testRun() method in VtsMultiDeviceTestResultParser