Searched refs:testCaseIds (Results 1 – 3 of 3) sorted by relevance
172 @Getter @Setter private List<Long> testCaseIds; field in TestRunEntity198 List<Long> testCaseIds, in TestRunEntity() argument211 this.testCaseIds = testCaseIds; in TestRunEntity()240 testRunEntity.setUnindexedProperty(TEST_CASE_IDS, this.testCaseIds); in toEntity()370 List<Long> testCaseIds = (List<Long>) e.getProperty(TEST_CASE_IDS); in fromEntity() local371 if (Objects.isNull(testCaseIds)) { in fromEntity()372 testCaseIds = new ArrayList<>(); in fromEntity()388 testCaseIds, in fromEntity()
376 List<Long> testCaseIds = new ArrayList<>(); in insertTestReport() local392 testCaseIds = in insertTestReport()402 testRunEntityList.get(0).setTestCaseIds(testCaseIds); in insertTestReport()
139 private List<Long> testCaseIds; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun517 testRun.testCaseIds, in doPost()