Searched refs:testRunObjects (Results 1 – 2 of 2) sorted by relevance
91 List<JsonObject> testRunObjects = new ArrayList<>(); in doGetHandler() local140 testRunObjects.addAll(failingTestObjects); in doGetHandler()141 testRunObjects.addAll(passingTestObjects); in doGetHandler()152 request.setAttribute("testRuns", new Gson().toJson(testRunObjects)); in doGetHandler()
264 List<JsonObject> testRunObjects = new ArrayList<>(); in doGetHandler() local273 testRunObjects.add(metadata.toJson()); in doGetHandler()301 request.setAttribute("testRuns", new Gson().toJson(testRunObjects)); in doGetHandler()