Searched refs:testCaseEntity (Results 1 – 3 of 3) sorted by relevance
75 public void addTestCase(TestCaseRunEntity testCaseEntity) { in addTestCase() argument76 for (TestCase testCase : testCaseEntity.getTestCases()) { in addTestCase()
301 for (TestCaseRunEntity testCaseEntity : testCaseRunMap.get(testRun.getKey())) { in processReport()303 totalCount += testCaseEntity.testCases.size(); in processReport()304 for (TestCase testCase : testCaseEntity.testCases) { in processReport()317 if (testCaseEntity.getSystraceUrl() != null) { in processReport()318 String url = testCaseEntity.getSystraceUrl(); in processReport()
460 TestCaseRunEntity testCaseEntity = new TestCaseRunEntity(); in doPost()466 testCaseEntity.addTestCase( in doPost()471 datastore.put(testCaseEntity.toEntity()); in doPost()