Searched defs:testRuns (Results 1 – 4 of 4) sorted by relevance
96 private List<com.googlecode.objectify.Key<TestRunEntity>> testRuns; field in TestPlanRunEntity124 List<Key> testRuns) { in TestPlanRunEntity()174 List<com.googlecode.objectify.Key<TestRunEntity>> testRuns) { in TestPlanRunEntity()
157 List<TestRunEntity> testRuns = new ArrayList<>(); in getTestRuns() local230 List<TestRunEntity> testRuns, in getTestStatus()537 List<TestRunEntity> testRuns = in doPost() local
106 Map<Key, Entity> testRuns = datastore.get(testPlanRun.getOldTestRuns()); in doGetHandler() local
49 private List<TestRunEntity> testRuns; // list of all test runs field in TestResults